Searched refs:cf_context_switch (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/arch/arm/arm/ |
| D | cpufunc.c | 185 .cf_context_switch = arm67_context_switch, 247 .cf_context_switch = arm67_context_switch, 309 .cf_context_switch = arm7tdmi_context_switch, 371 .cf_context_switch = arm8_context_switch, 432 .cf_context_switch = arm9_context_switch, 494 .cf_context_switch = arm10_context_switch, 556 .cf_context_switch = arm10_context_switch, 618 .cf_context_switch = arm11_context_switch, 680 .cf_context_switch = arm11_context_switch, 742 .cf_context_switch = arm11_context_switch, [all …]
|
| /netbsd/src/sys/arch/arm/include/ |
| D | cpufunc.h | 196 void (*cf_context_switch) (u_int, tlb_asid_t); member 198 void (*cf_context_switch) (u_int); member 250 #define cpu_context_switch(a) cpufuncs.cf_context_switch(a)
|
| /netbsd/src/sys/arch/arm/arm32/ |
| D | genassym.cf | 228 define CF_CONTEXT_SWITCH offsetof(struct cpu_functions, cf_context_switch)
|