Searched refs:_PAGE_CV (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/include/asm-sparc64/ |
D | pgtable.h | 121 #define _PAGE_CV 0x0000000000000010 /* Cacheable in V-Cache */ macro 147 #define _PAGE_CACHE (_PAGE_CP | _PAGE_CV)
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | dtlb_backend.S | 26 #define VPTE_BITS (_PAGE_CP | _PAGE_CV | _PAGE_P )
|
D | head.S | 138 or %g5, (_PAGE_CP | _PAGE_CV | _PAGE_P | _PAGE_L | _PAGE_W | _PAGE_G), %g5 330 or %g5, (_PAGE_CP | _PAGE_CV | _PAGE_P | _PAGE_L | _PAGE_W | _PAGE_G), %g5 635 #define KERN_LOWBITS (_PAGE_CP | _PAGE_CV | _PAGE_P | _PAGE_W)
|
D | setup.c | 246 _PAGE_CP | _PAGE_CV | _PAGE_P | _PAGE_W; in prom_callback()
|
D | trampoline.S | 301 #define KERN_LOWBITS (_PAGE_CP | _PAGE_CV | _PAGE_P | _PAGE_W)
|
/linux-2.4.37.9/arch/sparc64/mm/ |
D | init.c | 459 _PAGE_CV | _PAGE_P | _PAGE_L | _PAGE_W), in inherit_prom_mappings() 476 _PAGE_CV | _PAGE_P | _PAGE_L | _PAGE_W), in inherit_prom_mappings() 1372 pt |= _PAGE_CP | _PAGE_CV | _PAGE_P | _PAGE_L | _PAGE_W; in paging_init()
|
/linux-2.4.37.9/arch/sparc64/lib/ |
D | blockops.S | 50 or %g3, (_PAGE_CP | _PAGE_CV | _PAGE_P | _PAGE_L | _PAGE_W), %g3 359 or %g3, (_PAGE_CP | _PAGE_CV | _PAGE_P | _PAGE_L | _PAGE_W), %g3
|