Home
last modified time | relevance | path

Searched refs:cpu_functions (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/arm/arm/
H A Dcpufunc.c97 struct cpu_functions armv5_ec_cpufuncs = {
147 struct cpu_functions sheeva_cpufuncs = {
198 struct cpu_functions pj4bv7_cpufuncs = {
216 struct cpu_functions arm1176_cpufuncs = {
234 struct cpu_functions cortexa_cpufuncs = {
260 struct cpu_functions cpufuncs;
H A Dgenassym.c101 ASSYM(CF_CONTEXT_SWITCH, offsetof(struct cpu_functions, cf_context_switch));
102 ASSYM(CF_DCACHE_WB_RANGE, offsetof(struct cpu_functions, cf_dcache_wb_range));
103 ASSYM(CF_IDCACHE_WBINV_ALL, offsetof(struct cpu_functions, cf_idcache_wbinv_all));
104 ASSYM(CF_L2CACHE_WBINV_ALL, offsetof(struct cpu_functions, cf_l2cache_wbinv_all));
105 ASSYM(CF_TLB_FLUSHID_SE, offsetof(struct cpu_functions, cf_tlb_flushID_SE));
/freebsd-12.1/sys/arm/include/
H A Dcpufunc.h60 struct cpu_functions { struct
167 extern struct cpu_functions cpufuncs; argument