Searched refs:_PAGE_D (Results 1 – 6 of 6) sorted by relevance
84 #define _PAGE_D (1UL << 4) macro126 (_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_G | _PAGE_C_DEV)141 #define PAGE_RDWR __pgprot(_PAGE_V | _PAGE_M_URW_KRW | _PAGE_D)144 #define PAGE_UXKRWX_V1 __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_S…145 #define PAGE_UXKRWX_V2 __pgprot(_PAGE_V | _PAGE_M_XKRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_…149 #define PAGE_KERNEL __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_SHRD)150 #define PAGE_SHARED __pgprot(_PAGE_V | _PAGE_M_URW_KRW | _PAGE_D | _PAGE_CACHE_SHRD)151 #define PAGE_DEVICE __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_G | _PAGE_C_DEV)248 #define pte_dirty(pte) (pte_val(pte) & _PAGE_D)279 PTE_BIT_FUNC(mkclean, &=~_PAGE_D);[all …]
56 #define _PAGE_D (1 << _PAGE_D_BIT) /* page dirty bit */ macro79 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB293 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0)304 #define pte_mkclean(pte) (__pte(pte_val(pte) & ~_PAGE_D))305 #define pte_mkdirty(pte) (__pte(pte_val(pte) | _PAGE_D))
126 #define _PAGE_D 0x020 /* dirty */ macro145 #define _PAGE_DIRTY _PAGE_D
170 prot = __pgprot(_PAGE_V | _PAGE_M_UR_KR | _PAGE_D | _PAGE_C_DEV); in arch_setup_additional_pages()
630 _PAGE_D | in efi_enter_virtual_mode()643 _PAGE_D | in efi_enter_virtual_mode()
553 or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits580 or r18=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits
Completed in 14 milliseconds