Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x86/include/
H A Dcpuvar.h70 struct cpu_functions { struct
80 extern const struct cpu_functions mp_cpu_funcs; argument
90 const struct cpu_functions *cpu_func;
H A Dcpu.h177 const struct cpu_functions *ci_func; /* start/stop functions */
/netbsd-src/sys/arch/arm/arm/
H A 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/
H A 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/
H A Dcpufunc.c43 struct cpu_functions cpufuncs = {
/netbsd-src/sys/rump/kern/lib/libsljit/arch/arm/
H A Dcpufunc.c43 struct cpu_functions cpufuncs = {
/netbsd-src/sys/arch/arm/include/
H A Dcpufunc.h88 struct cpu_functions { struct
204 extern struct cpu_functions cpufuncs; argument
/netbsd-src/sys/arch/x86/x86/
H A Dcpu.c160 const struct cpu_functions mp_cpu_funcs = { mp_cpu_start, NULL,
/netbsd-src/sys/arch/xen/x86/
H A Dcpu.c139 const struct cpu_functions mp_cpu_funcs = { mp_cpu_start, NULL,