Lines Matching refs:prot
1399 unsigned int prot; in efi_init_memory() member
1415 unsigned int prot = PAGE_HYPERVISOR_RWX; in efi_init_memory() local
1437 prot |= _PAGE_PWT | MAP_SMALL_PAGES; in efi_init_memory()
1439 prot |= _PAGE_PAT | MAP_SMALL_PAGES; in efi_init_memory()
1441 prot |= _PAGE_PWT | _PAGE_PCD | MAP_SMALL_PAGES; in efi_init_memory()
1444 prot |= _PAGE_PAT | _PAGE_PWT | MAP_SMALL_PAGES; in efi_init_memory()
1451 prot |= _PAGE_PWT | _PAGE_PCD | MAP_SMALL_PAGES; in efi_init_memory()
1456 prot &= ~_PAGE_RW; in efi_init_memory()
1458 prot |= _PAGE_NX; in efi_init_memory()
1465 prot &= ~_PAGE_GLOBAL; in efi_init_memory()
1467 smfn, emfn - smfn, prot) == 0 ) in efi_init_memory()
1480 extra->prot = prot & ~_PAGE_GLOBAL; in efi_init_memory()
1578 l1t[i] = l1e_from_pfn(extra->smfn, extra->prot); in efi_init_memory()