Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/include/
Dcpuvar.h70 struct cpu_functions { struct
80 extern const struct cpu_functions mp_cpu_funcs; argument
90 const struct cpu_functions *cpu_func;
Dcpu.h177 const struct cpu_functions *ci_func; /* start/stop functions */
/netbsd/src/sys/arch/arm/arm/
Dcpufunc.c127 struct cpu_functions arm6_cpufuncs = {
193 struct cpu_functions arm7_cpufuncs = {
255 struct cpu_functions arm7tdmi_cpufuncs = {
317 struct cpu_functions arm8_cpufuncs = {
378 struct cpu_functions arm9_cpufuncs = {
440 struct cpu_functions armv5_ec_cpufuncs = {
502 struct cpu_functions arm10_cpufuncs = {
564 struct cpu_functions arm11_cpufuncs = {
626 struct cpu_functions arm1136_cpufuncs = {
688 struct cpu_functions arm1176_cpufuncs = {
[all …]
/netbsd/src/sys/arch/arm/arm32/
Dgenassym.cf225 define CF_IDCACHE_WBINV_ALL offsetof(struct cpu_functions, cf_idcache_wbinv_all)
226 define CF_DCACHE_WB_RANGE offsetof(struct cpu_functions, cf_dcache_wb_range)
227 define CF_TLB_FLUSHID_SE offsetof(struct cpu_functions, cf_tlb_flushID_SE)
228 define CF_CONTEXT_SWITCH offsetof(struct cpu_functions, cf_context_switch)
229 define CF_SLEEP offsetof(struct cpu_functions, cf_sleep)
230 define CF_CONTROL offsetof(struct cpu_functions, cf_control)
/netbsd/src/sys/rump/librump/rumpkern/arch/arm/
Dcpufunc.c43 struct cpu_functions cpufuncs = {
/netbsd/src/sys/arch/arm/include/
Dcpufunc.h88 struct cpu_functions { struct
204 extern struct cpu_functions cpufuncs; argument
/netbsd/src/sys/arch/x86/x86/
Dcpu.c160 const struct cpu_functions mp_cpu_funcs = { mp_cpu_start, NULL,
/netbsd/src/sys/arch/xen/x86/
Dcpu.c139 const struct cpu_functions mp_cpu_funcs = { mp_cpu_start, NULL,