HomeSort by: relevance | last modified time | path
    Searched refs:cf_context_switch (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/include/
cpufunc.h 210 void (*cf_context_switch) (u_int, tlb_asid_t); member in struct:cpu_functions
212 void (*cf_context_switch) (u_int); member in struct:cpu_functions
264 #define cpu_context_switch(a) cpufuncs.cf_context_switch(a)
  /src/sys/arch/arm/arm/
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...]

Completed in 12 milliseconds