Searched refs:getpcid (Results 1 – 2 of 2) sorted by relevance
494 ASSERT(getpcid() == PCID_KERNEL); in mmu_flush_tlb_kpage()508 ASSERT(getpcid() == PCID_KERNEL); in mmu_flush_tlb_page()571 ASSERT(getpcid() == PCID_KERNEL); in mmu_flush_tlb()
150 #define getpcid() ((getcr4() & CR4_PCIDE) ? \ macro