Searched refs:I386_LPGMASK (Results 1 – 8 of 8) sorted by relevance
93 virt += (uintptr_t)(phys & I386_LPGMASK); in pal_hib_map()94 phys = ((phys & ~((uint64_t)I386_LPGMASK)) | INTEL_PTE_PS | INTEL_PTE_VALID | INTEL_PTE_WRITE); in pal_hib_map()
459 start = ((start + I386_LPGMASK) & ~I386_LPGMASK); in Idle_PTs_release()
187 #define LG_PPNUM_MASK (I386_LPGMASK >> PAGE_SHIFT)
360 pa = pte_to_pa(pde) + (va & I386_LPGMASK); in pmap_find_pa()
101 #define ROUND_SUPERPAGE(x) ((((uintptr_t)(x)) + I386_LPGBYTES - 1) & ~(I386_LPGMASK))108 assert((shadow_pnext & I386_LPGMASK) == 0); in alloc_superpage()127 address = vm_map_trunc_page(address, I386_LPGMASK); in kasan_map_shadow_superpage_zero()128 size = vm_map_round_page(size, I386_LPGMASK); in kasan_map_shadow_superpage_zero()
121 #define I386_LPGMASK (I386_LPGBYTES-1) macro
1175 if ((stext & I386_LPGMASK) == 0 && (sdata & I386_LPGMASK) == 0) { in pmap_lowmem_finalize()
764 start_free_va = ((start_free_va + I386_LPGMASK) & ~I386_LPGMASK); in vm_free_delayed_pages()1243 virtual_space_start = ((virtual_space_start + I386_LPGMASK) & ~I386_LPGMASK); in pmap_steal_memory_internal()1260 if ((map_addr & I386_LPGMASK) == 0 && in pmap_steal_memory_internal()