Searched refs:cpufuncs (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/arch/arm/include/
H A Dcpufunc.h204 extern struct cpu_functions cpufuncs;
207 #define cpu_idnum() cpufuncs.cf_id()
209 #define cpu_control(c, e) cpufuncs.cf_control(c, e)
210 #define cpu_domains(d) cpufuncs.cf_domains(d)
211 #define cpu_setttb(t, f) cpufuncs.cf_setttb(t, f)
212 #define cpu_faultstatus() cpufuncs.cf_faultstatus()
213 #define cpu_faultaddress() cpufuncs.cf_faultaddress()
215 #define cpu_tlb_flushID() cpufuncs.cf_tlb_flushID()
216 #define cpu_tlb_flushID_SE(e) cpufuncs.cf_tlb_flushID_SE(e)
217 #define cpu_tlb_flushI() cpufuncs
[all...]
/netbsd-current/sys/rump/kern/lib/libsljit/arch/arm/
H A Dcpufunc.c43 struct cpu_functions cpufuncs = { variable in typeref:struct:cpu_functions
/netbsd-current/sys/rump/librump/rumpkern/arch/arm/
H A Dcpufunc.c43 struct cpu_functions cpufuncs = { variable in typeref:struct:cpu_functions
/netbsd-current/sys/arch/arm/cortex/
H A Dpl310.c186 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;
/netbsd-current/sys/arch/arm/arm/
H A Dcpufunc.c44 * 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
[all...]
/netbsd-current/sys/arch/hpcarm/hpcarm/
H A Dlocore.S193 .word _C_LABEL(cpufuncs)
/netbsd-current/sys/arch/arm/arm32/
H A Dlocore.S150 .word _C_LABEL(cpufuncs)
H A Darm32_machdep.c414 if (cpufuncs.cf_sleep == (void *) cpufunc_nullop)
H A Dpmap.c7314 if (cpufuncs.cf_dcache_wb_range == (void *) cpufunc_nullop
/netbsd-current/sys/arch/arm/include/arm32/
H A Dframe.h178 .word _C_LABEL(cpufuncs)

Completed in 191 milliseconds