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

  /src/sys/arch/arm/include/
cpufunc.h 218 extern struct cpu_functions cpufuncs;
221 #define cpu_idnum() cpufuncs.cf_id()
223 #define cpu_control(c, e) cpufuncs.cf_control(c, e)
224 #define cpu_domains(d) cpufuncs.cf_domains(d)
225 #define cpu_setttb(t, f) cpufuncs.cf_setttb(t, f)
226 #define cpu_faultstatus() cpufuncs.cf_faultstatus()
227 #define cpu_faultaddress() cpufuncs.cf_faultaddress()
229 #define cpu_tlb_flushID() cpufuncs.cf_tlb_flushID()
230 #define cpu_tlb_flushID_SE(e) cpufuncs.cf_tlb_flushID_SE(e)
231 #define cpu_tlb_flushI() cpufuncs.cf_tlb_flushI(
    [all...]
  /src/sys/rump/kern/lib/libsljit/arch/arm/
cpufunc.c 43 struct cpu_functions cpufuncs = { variable in typeref:struct:cpu_functions
  /src/sys/rump/librump/rumpkern/arch/arm/
cpufunc.c 43 struct cpu_functions cpufuncs = { variable in typeref:struct:cpu_functions
  /src/sys/arch/arm/cortex/
pl310.c 186 cpufuncs.cf_sdcache_wb_range = arml2cc_sdcache_wb_range;
187 cpufuncs.cf_sdcache_inv_range = arml2cc_sdcache_inv_range;
188 cpufuncs.cf_sdcache_wbinv_range = arml2cc_sdcache_wbinv_range;
197 cpufuncs.cf_sdcache_wb_range = arml2cc_sdcache_wb_range;
198 cpufuncs.cf_sdcache_inv_range = arml2cc_sdcache_inv_range;
199 cpufuncs.cf_sdcache_wbinv_range = arml2cc_sdcache_wbinv_range;
  /src/sys/arch/arm/arm/
cpufunc.c 44 * cpufuncs.c
1307 struct cpu_functions cpufuncs; variable in typeref:struct:cpu_functions
1605 cpufuncs.cf_tlb_flushID = armv7mp_tlb_flushID;
1606 cpufuncs.cf_tlb_flushID_SE = armv7mp_tlb_flushID_SE;
1607 cpufuncs.cf_tlb_flushI = armv7mp_tlb_flushI;
1608 cpufuncs.cf_tlb_flushI_SE = armv7mp_tlb_flushI_SE;
1609 cpufuncs.cf_tlb_flushD = armv7mp_tlb_flushD;
1610 cpufuncs.cf_tlb_flushD_SE = armv7mp_tlb_flushD_SE;
1635 cpufuncs = arm6_cpufuncs;
1645 cpufuncs = arm7_cpufuncs
    [all...]
  /src/sys/arch/arm/arm32/
locore.S 150 .word _C_LABEL(cpufuncs)
arm32_machdep.c 415 if (cpufuncs.cf_sleep == (void *) cpufunc_nullop)
pmap.c 7314 if (cpufuncs.cf_dcache_wb_range == (void *) cpufunc_nullop
  /src/sys/arch/hpcarm/hpcarm/
locore.S 193 .word _C_LABEL(cpufuncs)
  /src/sys/arch/arm/include/arm32/
frame.h 178 .word _C_LABEL(cpufuncs)

Completed in 21 milliseconds