Home
last modified time | relevance | path

Searched refs:smp_tlb_pmap (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c695 PCPU_SET(smp_tlb_pmap, pmap); in smp_targeted_tlb_shootdown()
795 invltlb_handler(pmap_t smp_tlb_pmap) in invltlb_handler() argument
804 if (smp_tlb_pmap == kernel_pmap) in invltlb_handler()
844 if (smp_tlb_pmap == kernel_pmap) { in invltlb_invpcid_pti_handler()
854 if (smp_tlb_pmap == PCPU_GET(curpmap)) in invltlb_invpcid_pti_handler()
860 invltlb_pcid_handler(pmap_t smp_tlb_pmap) in invltlb_pcid_handler() argument
871 if (smp_tlb_pmap == kernel_pmap) { in invltlb_pcid_handler()
1051 invltlb_handler(smp_tlb_pmap); in invlop_handler_one_req()
1054 invltlb_invpcid_handler(smp_tlb_pmap); in invlop_handler_one_req()
1060 invltlb_pcid_handler(smp_tlb_pmap); in invlop_handler_one_req()
[all …]
/f-stack/freebsd/i386/i386/
H A Dmp_machdep.c482 pmap_t smp_tlb_pmap; variable
535 smp_tlb_pmap = pmap; in smp_targeted_tlb_shootdown()
620 if (smp_tlb_pmap == kernel_pmap) in invltlb_handler()
638 if (smp_tlb_pmap == kernel_pmap) in invlpg_handler()
659 if (smp_tlb_pmap == kernel_pmap) { in invlrng_handler()
/f-stack/freebsd/x86/include/
H A Dx86_smp.h42 extern struct pmap *smp_tlb_pmap;