Home
last modified time | relevance | path

Searched refs:mtrr_funcs (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/arch/x86/include/
H A Dmtrr.h117 struct mtrr_funcs { struct
127 extern const struct mtrr_funcs i686_mtrr_funcs; argument
128 extern const struct mtrr_funcs k6_mtrr_funcs;
129 extern const struct mtrr_funcs *mtrr_funcs;
131 #define mtrr_init_cpu(ci) mtrr_funcs->init_cpu(ci)
132 #define mtrr_reload_cpu(ci) mtrr_funcs->reload_cpu(ci)
133 #define mtrr_clean(p) mtrr_funcs->clean(p)
134 #define mtrr_set(mp,n,p,f) mtrr_funcs->set(mp,n,p,f)
135 #define mtrr_get(mp,n,p,f) mtrr_funcs->get(mp,n,p,f)
136 #define mtrr_dump(s) mtrr_funcs->dump(s)
[all …]
/netbsd-src/sys/arch/i386/i386/
H A Dmtrr_k6.c74 const struct mtrr_funcs k6_mtrr_funcs = {
153 mtrr_funcs = &k6_mtrr_funcs; in k6_mtrr_init_first()
H A Dmachdep.c212 const struct mtrr_funcs *mtrr_funcs; variable
/netbsd-src/sys/arch/x86/x86/
H A Dipi.c198 if (mtrr_funcs != NULL) { in x86_ipi_reload_mtrr()
H A Dmtrr_i686.c127 const struct mtrr_funcs i686_mtrr_funcs = {
344 mtrr_funcs = &i686_mtrr_funcs; in i686_mtrr_init_first()
H A Dsys_machdep.c480 if (mtrr_funcs == NULL) in x86_get_mtrr()
515 if (mtrr_funcs == NULL) in x86_set_mtrr()
H A Dcpu.c732 mtrr_funcs = &k6_mtrr_funcs; in cpu_init()
/netbsd-src/sys/arch/x86/acpi/
H A Dacpi_wakeup.c415 if (mtrr_funcs != NULL) in acpi_md_sleep()
/netbsd-src/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep.c680 if (mtrr_funcs == NULL) in x86_64_get_mtrr32()
744 if (mtrr_funcs == NULL) in x86_64_set_mtrr32()
H A Dmachdep.c243 const struct mtrr_funcs *mtrr_funcs; variable