Searched refs:PT_USER_MASK (Results 1 – 8 of 8) sorted by relevance
36 #define PT_USER_MASK (1ull << 2) macro
93 pte = shstk_phys | PT_PRESENT_MASK | PT_WRITABLE_MASK | PT_USER_MASK; in main()
82 *get_pte(phys_to_virt(read_cr3()), phys_to_virt(i)) &= ~PT_USER_MASK; in main()
91 *get_pte(phys_to_virt(read_cr3()), phys_to_virt(i)) &= ~PT_USER_MASK; in main()
252 *ptep &= ~PT_USER_MASK; in clear_user_mask()260 *ptep |= PT_USER_MASK; in set_user_mask()649 pte |= PT_PRESENT_MASK | PT_WRITABLE_MASK | PT_USER_MASK; in ac_test_setup_ptes()653 pte |= PT_PRESENT_MASK | PT_USER_MASK; in ac_test_setup_ptes()675 pte |= PT_USER_MASK; in ac_test_setup_ptes()699 pte |= PT_USER_MASK; in ac_test_setup_ptes()
109 *get_pte(phys_to_virt(read_cr3()), phys_to_virt(i)) &= ~PT_USER_MASK; in main()
151 pte_opt_mask |= PT_USER_MASK; in __setup_mmu_range()185 pte_opt_mask = PT_USER_MASK; in setup_mmu()
278 flags = PT_PRESENT_MASK | PT_WRITABLE_MASK | PT_USER_MASK; in setup_page_table()