OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pxa2x0_imask
(Results
1 - 2
of
2
) 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.h
60
extern int
pxa2x0_imask
[];
71
intr_mask =
pxa2x0_imask
[new];
Completed in 43 milliseconds
Indexes created Wed Oct 15 02:09:48 GMT 2025