Home
last modified time | relevance | path

Searched refs:_PAGE_W (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/asm-sparc64/
Dpgtable.h124 #define _PAGE_W 0x0000000000000002 /* Writable */ macro
149 #define __DIRTY_BITS (_PAGE_MODIFIED | _PAGE_WRITE | _PAGE_W)
257 #define pte_wrprotect(pte) (__pte(pte_val(pte) & ~(_PAGE_WRITE|_PAGE_W)))
259 #define pte_mkclean(pte) (__pte(pte_val(pte) & ~(_PAGE_MODIFIED|_PAGE_W)))
270 #define pte_mkdirty(pte) (__pte(pte_val(pte) | _PAGE_MODIFIED | _PAGE_W))
/linux-2.4.37.9/arch/sparc64/kernel/
Dsetup.c236 _PAGE_E | _PAGE_P | _PAGE_W; in prom_callback()
246 _PAGE_CP | _PAGE_CV | _PAGE_P | _PAGE_W; in prom_callback()
Dhead.S138 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)
Dtrampoline.S301 #define KERN_LOWBITS (_PAGE_CP | _PAGE_CV | _PAGE_P | _PAGE_W)
/linux-2.4.37.9/arch/sparc64/mm/
Dinit.c459 _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/
Dblockops.S50 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