Searched refs:page_protection (Results 1 – 7 of 7) sorted by relevance
105 uint32 page_protection : 2;
122 uint32 page_protection : 2; member
316 entry->page_protection = protection & 0x3; in FillPageTableEntry()
992 …*_outFlags |= B_KERNEL_READ_AREA | (entry->page_protection == PTE_READ_ONLY ? 0 : B_KERNEL_WRITE_A… in Query()994 …*_outFlags |= B_KERNEL_READ_AREA | B_KERNEL_WRITE_AREA | B_READ_AREA | (entry->page_protection == … in Query()
669 | entry->page_protection; in translate_callback()