Home
last modified time | relevance | path

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

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/Ipf/machine/
H A Dcpu.h106 struct pmap *ci_pmap; /* current pmap */ member
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/x86/x86/
H A Dpmap.c677 (pmap == curcpu()->ci_pmap)); in pmap_is_curpmap()
735 curpmap = ci->ci_pmap; in pmap_map_ptes()
765 ci->ci_pmap = pmap; in pmap_map_ptes()
1048 if (__predict_false(pmap == ci->ci_pmap)) { in pmap_emap_sync()
2338 if (ci->ci_pmap == pmap) in pmap_destroy()
2349 ci->ci_index, ci->ci_pmap, in pmap_destroy()
2511 if (curcpu()->ci_pmap == pm) { in pmap_ldt_xcall()
2700 oldpmap = ci->ci_pmap; in pmap_load()
2750 ci->ci_pmap = pmap; in pmap_load()
2826 != ci->ci_pmap || ci->ci_tlbstate != TLBSTATE_VALID); in pmap_deactivate()
[all …]
H A Dpmap_tlb.c462 struct pmap *pm = ci->ci_pmap; in pmap_tlb_intr()
H A Dcpu.c382 ci->ci_pmap = pmap_kernel(); in cpu_attach()
954 KASSERT(curcpu()->ci_pmap == pmap_kernel()); in tss_init()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/x86/include/
H A Dcpu.h115 struct pmap *ci_pmap; /* current pmap */ member
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/amd64/amd64/
H A Dgenassym.cf235 define CPU_INFO_PMAP offsetof(struct cpu_info, ci_pmap)
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/i386/i386/
H A Dgenassym.cf268 define CPU_INFO_PMAP offsetof(struct cpu_info, ci_pmap)
H A Dmachdep.c1298 cpu_info_primary.ci_pmap = pmap_kernel(); in init386()