Home
last modified time | relevance | path

Searched refs:ci_want_pmapload (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/arch/x86/include/
Dcpu.h126 int ci_want_pmapload; /* pmap_load() is needed */ member
/netbsd/src/sys/arch/x86/x86/
Dpmap.c875 ci->ci_want_pmapload = 0; in pmap_unmap_ptes()
877 ci->ci_want_pmapload = (mypmap != pmap_kernel()); in pmap_unmap_ptes()
3490 KASSERT(ci->ci_want_pmapload == 0);
3499 ci->ci_want_pmapload = 0;
3503 ci->ci_want_pmapload = 1;
3584 if (!ci->ci_want_pmapload) {
3608 ci->ci_want_pmapload = 0;
3619 ci->ci_want_pmapload = 0;
3724 if (ci->ci_want_pmapload) {
3740 ci->ci_want_pmapload = 0;
/netbsd/src/sys/arch/amd64/amd64/
Dtrap.c535 if (curcpu()->ci_want_pmapload) { in trap()
Dgenassym.cf238 define CPU_INFO_WANT_PMAPLOAD offsetof(struct cpu_info, ci_want_pmapload)
/netbsd/src/sys/arch/i386/i386/
Dtrap.c653 if (curcpu()->ci_want_pmapload) { in trap()
Dgenassym.cf238 define CPU_INFO_WANT_PMAPLOAD offsetof(struct cpu_info, ci_want_pmapload)