OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pxa2x0_imask
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/xscale/
pxa2x0_intr.c
98
int
pxa2x0_imask
[NIPL];
variable in typeref:typename:int[]
232
pxa2x0_imask
[i] |= mask; /* Enable interrupt at lower level */
235
pxa2x0_imask
[i] &= ~mask; /* Disable interrupt at upper level */
242
pxa2x0_imask
[IPL_SCHED] &=
pxa2x0_imask
[IPL_VM];
243
pxa2x0_imask
[IPL_HIGH] &=
pxa2x0_imask
[IPL_SCHED];
245
write_icu(SAIPIC_MR,
pxa2x0_imask
[curcpu()->ci_cpl]);
258
memset(
pxa2x0_imask
, 0, sizeof(
pxa2x0_imask
));
[
all
...]
pxa2x0_intr.c
98
int
pxa2x0_imask
[NIPL];
variable in typeref:typename:int[]
232
pxa2x0_imask
[i] |= mask; /* Enable interrupt at lower level */
235
pxa2x0_imask
[i] &= ~mask; /* Disable interrupt at upper level */
242
pxa2x0_imask
[IPL_SCHED] &=
pxa2x0_imask
[IPL_VM];
243
pxa2x0_imask
[IPL_HIGH] &=
pxa2x0_imask
[IPL_SCHED];
245
write_icu(SAIPIC_MR,
pxa2x0_imask
[curcpu()->ci_cpl]);
258
memset(
pxa2x0_imask
, 0, sizeof(
pxa2x0_imask
));
[
all
...]
pxa2x0_intr.c
98
int
pxa2x0_imask
[NIPL];
variable in typeref:typename:int[]
232
pxa2x0_imask
[i] |= mask; /* Enable interrupt at lower level */
235
pxa2x0_imask
[i] &= ~mask; /* Disable interrupt at upper level */
242
pxa2x0_imask
[IPL_SCHED] &=
pxa2x0_imask
[IPL_VM];
243
pxa2x0_imask
[IPL_HIGH] &=
pxa2x0_imask
[IPL_SCHED];
245
write_icu(SAIPIC_MR,
pxa2x0_imask
[curcpu()->ci_cpl]);
258
memset(
pxa2x0_imask
, 0, sizeof(
pxa2x0_imask
));
[
all
...]
Completed in 31 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025