Searched refs:_PAGE_NO_CACHE_BIT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | pgtable.h | 192 #define _PAGE_NO_CACHE_BIT 24 /* (0x080) Uncached Page (U bit) */ macro 219 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT))
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | pgtable.h | 166 #define _PAGE_NO_CACHE_BIT 24 /* (0x080) Uncached Page (U bit) */ macro 198 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT))
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | entry.S | 555 extrd,u,*= \pte,_PAGE_NO_CACHE_BIT+32,1,%r0 568 extru,= \pte,_PAGE_NO_CACHE_BIT,1,%r0
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | entry.S | 537 extrd,u,*= \pte,_PAGE_NO_CACHE_BIT+32,1,%r0 554 extru,= \pte,_PAGE_NO_CACHE_BIT,1,%r0
|
Completed in 7 milliseconds