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

  /src/sys/arch/arm/include/
cpufunc.h 114 void (*cf_setttb) (u_int, tlb_asid_t); member in struct:cpu_functions
116 void (*cf_setttb) (u_int, bool); member in struct:cpu_functions
225 #define cpu_setttb(t, f) cpufuncs.cf_setttb(t, f)
  /src/sys/arch/arm/arm/
cpufunc.c 137 .cf_setttb = arm67_setttb,
203 .cf_setttb = arm67_setttb,
265 .cf_setttb = arm7tdmi_setttb,
327 .cf_setttb = arm8_setttb,
388 .cf_setttb = arm9_setttb,
450 .cf_setttb = armv5_ec_setttb,
512 .cf_setttb = armv5_setttb,
574 .cf_setttb = arm11_setttb,
636 .cf_setttb = arm11_setttb,
698 .cf_setttb = arm11_setttb
    [all...]

Completed in 11 milliseconds