Lines Matching defs:pte
145 #define PMAP_TLB_SHOOTDOWN(pm, va, pte) \ argument
151 #define PMAP_TLB_SHOOTDOWN(pm, va, pte) /* nothing */ argument
187 #define pmap_pte_pa(pte) (PG_PFNUM(*(pte)) << PAGE_SHIFT) argument
188 #define pmap_pte_prot(pte) (*(pte) & PG_PROT) argument
189 #define pmap_pte_w(pte) (*(pte) & PG_WIRED) argument
190 #define pmap_pte_v(pte) (*(pte) & PG_V) argument
191 #define pmap_pte_pv(pte) (*(pte) & PG_PVLIST) argument
192 #define pmap_pte_asm(pte) (*(pte) & PG_ASM) argument
193 #define pmap_pte_exec(pte) (*(pte) & PG_EXEC) argument
195 #define pmap_pte_set_w(pte, v) \ argument
203 #define pmap_pte_w_chg(pte, nw) ((nw) ^ pmap_pte_w(pte)) argument
205 #define pmap_pte_set_prot(pte, np) \ argument
211 #define pmap_pte_prot_chg(pte, np) ((np) ^ pmap_pte_prot(pte)) argument