Searched refs:_PAGE_L (Results 1 – 5 of 5) sorted by relevance
/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() 766 if ((data & (_PAGE_L|_PAGE_VALID)) == (_PAGE_L|_PAGE_VALID)) { in inherit_locked_prom_mappings() 804 if ((data & (_PAGE_L|_PAGE_VALID)) == (_PAGE_L|_PAGE_VALID)) { in inherit_locked_prom_mappings() 837 if ((data & (_PAGE_L|_PAGE_VALID)) == (_PAGE_L|_PAGE_VALID)) { in inherit_locked_prom_mappings() 861 if ((data & (_PAGE_L|_PAGE_VALID)) == (_PAGE_L|_PAGE_VALID)) { in inherit_locked_prom_mappings() 980 if (!(spitfire_get_dtlb_data(i) & _PAGE_L)) { in __flush_tlb_all() 995 if (!(spitfire_get_itlb_data(i) & _PAGE_L)) { in __flush_tlb_all() 1372 pt |= _PAGE_CP | _PAGE_CV | _PAGE_P | _PAGE_L | _PAGE_W; in paging_init()
|
D | ultra.S | 650 and %g4, _PAGE_L, %g5 664 and %g4, _PAGE_L, %g5
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | pgtable.h | 119 #define _PAGE_L 0x0000000000000040 /* Locked TTE */ macro
|
/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
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
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
|