HomeSort by: relevance | last modified time | path
    Searched defs:cf_context_switch (Results 1 - 1 of 1) 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)

Completed in 11 milliseconds