Searched refs:cpu_functions (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/sys/arm/arm/ |
| D | genassym.c | 78 ASSYM(CF_SETTTB, offsetof(struct cpu_functions, cf_setttb)); 79 ASSYM(CF_CONTROL, offsetof(struct cpu_functions, cf_control)); 80 ASSYM(CF_CONTEXT_SWITCH, offsetof(struct cpu_functions, cf_context_switch)); 81 ASSYM(CF_DCACHE_WB_RANGE, offsetof(struct cpu_functions, cf_dcache_wb_range)); 82 ASSYM(CF_L2CACHE_WB_RANGE, offsetof(struct cpu_functions, cf_l2cache_wb_range)); 83 ASSYM(CF_IDCACHE_WBINV_ALL, offsetof(struct cpu_functions, cf_idcache_wbinv_all)); 84 ASSYM(CF_L2CACHE_WBINV_ALL, offsetof(struct cpu_functions, cf_l2cache_wbinv_all)); 85 ASSYM(CF_TLB_FLUSHID_SE, offsetof(struct cpu_functions, cf_tlb_flushID_SE)); 86 ASSYM(CF_ICACHE_SYNC, offsetof(struct cpu_functions, cf_icache_sync_all));
|
| D | cpufunc.c | 106 struct cpu_functions arm7tdmi_cpufuncs = { 168 struct cpu_functions arm8_cpufuncs = { 229 struct cpu_functions arm9_cpufuncs = { 291 struct cpu_functions armv5_ec_cpufuncs = { 352 struct cpu_functions sheeva_cpufuncs = { 414 struct cpu_functions arm10_cpufuncs = { 476 struct cpu_functions sa110_cpufuncs = { 537 struct cpu_functions sa11x0_cpufuncs = { 598 struct cpu_functions ixp12x0_cpufuncs = { 662 struct cpu_functions xscale_cpufuncs = { [all …]
|
| /freebsd-9-stable/sys/arm/include/ |
| D | cpufunc.h | 59 struct cpu_functions { struct 167 extern struct cpu_functions cpufuncs; argument
|