| /arch/arc/include/asm/ |
| A D | pgtable-bits-arcv2.h | 30 #define _PAGE_SWP_EXCLUSIVE _PAGE_DIRTY macro 135 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive() 138 PTE_BIT_FUNC(swp_mkexclusive, |= (_PAGE_SWP_EXCLUSIVE)); 139 PTE_BIT_FUNC(swp_clear_exclusive, &= ~(_PAGE_SWP_EXCLUSIVE));
|
| /arch/mips/include/asm/ |
| A D | pgtable-32.h | 218 #define _PAGE_SWP_EXCLUSIVE (1 << 7) macro 249 #define _PAGE_SWP_EXCLUSIVE (1 << 25) macro 278 #define _PAGE_SWP_EXCLUSIVE (1 << 7) macro 299 #define _PAGE_SWP_EXCLUSIVE (1 << 1) macro
|
| A D | pgtable.h | 539 return pte.pte_low & _PAGE_SWP_EXCLUSIVE; 544 pte.pte_low |= _PAGE_SWP_EXCLUSIVE; 550 pte.pte_low &= ~_PAGE_SWP_EXCLUSIVE; 556 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; 561 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; 567 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE;
|
| /arch/m68k/include/asm/ |
| A D | sun3_pgtable.h | 75 #define _PAGE_SWP_EXCLUSIVE 0x040 macro 174 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive() 179 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive() 185 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
|
| A D | mcf_pgtable.h | 50 #define _PAGE_SWP_EXCLUSIVE CF_PAGE_NOCACHE macro 273 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive() 278 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive() 284 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
|
| A D | motorola_pgtable.h | 45 #define _PAGE_SWP_EXCLUSIVE 0x800 macro 190 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive() 195 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive() 201 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
|
| /arch/hexagon/include/asm/ |
| A D | pgtable.h | 65 #define _PAGE_SWP_EXCLUSIVE (1<<6) macro 392 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive() 397 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive() 403 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
|
| /arch/um/include/asm/ |
| A D | pgtable.h | 25 #define _PAGE_SWP_EXCLUSIVE 0x400 macro 319 return pte_get_bits(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_exclusive() 324 pte_set_bits(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_mkexclusive() 330 pte_clear_bits(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_clear_exclusive()
|
| /arch/nios2/include/asm/ |
| A D | pgtable-bits.h | 35 #define _PAGE_SWP_EXCLUSIVE (1<<31) macro
|
| A D | pgtable.h | 264 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive() 269 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive() 275 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
|
| /arch/openrisc/include/asm/ |
| A D | pgtable.h | 158 #define _PAGE_SWP_EXCLUSIVE _PAGE_U_SHARED macro 416 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive() 421 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive() 427 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
|
| /arch/alpha/include/asm/ |
| A D | pgtable.h | 77 #define _PAGE_SWP_EXCLUSIVE 0x8000000000UL macro 332 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive() 337 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive() 343 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
|
| /arch/riscv/include/asm/ |
| A D | pgtable-bits.h | 31 #define _PAGE_SWP_EXCLUSIVE _PAGE_ACCESSED macro
|
| /arch/microblaze/include/asm/ |
| A D | pgtable.h | 159 #define _PAGE_SWP_EXCLUSIVE _PAGE_DIRTY macro 403 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive() 408 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive() 414 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
|
| /arch/xtensa/include/asm/ |
| A D | pgtable.h | 163 #define _PAGE_SWP_EXCLUSIVE (1<<1) macro 354 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive() 359 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive() 365 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
|
| /arch/csky/abiv2/inc/abi/ |
| A D | pgtable-bits.h | 14 #define _PAGE_SWP_EXCLUSIVE (1<<7) macro
|
| /arch/csky/include/asm/ |
| A D | pgtable.h | 205 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive() 210 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive() 216 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
|
| /arch/csky/abiv1/inc/abi/ |
| A D | pgtable-bits.h | 14 #define _PAGE_SWP_EXCLUSIVE (1<<9) macro
|
| /arch/sh/include/asm/ |
| A D | pgtable_32.h | 471 #define _PAGE_SWP_EXCLUSIVE _PAGE_USER macro 475 return pte.pte_low & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive() 478 PTE_BIT_FUNC(low, swp_mkexclusive, |= _PAGE_SWP_EXCLUSIVE); 479 PTE_BIT_FUNC(low, swp_clear_exclusive, &= ~_PAGE_SWP_EXCLUSIVE);
|
| /arch/powerpc/include/asm/book3s/32/ |
| A D | pgtable.h | 46 #define _PAGE_SWP_EXCLUSIVE _PAGE_READ macro 370 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive() 375 return __pte(pte_val(pte) | _PAGE_SWP_EXCLUSIVE); in pte_swp_mkexclusive() 380 return __pte(pte_val(pte) & ~_PAGE_SWP_EXCLUSIVE); in pte_swp_clear_exclusive()
|
| /arch/powerpc/include/asm/nohash/ |
| A D | pgtable.h | 291 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive() 296 return __pte(pte_val(pte) | _PAGE_SWP_EXCLUSIVE); in pte_swp_mkexclusive() 301 return __pte(pte_val(pte) & ~_PAGE_SWP_EXCLUSIVE); in pte_swp_clear_exclusive()
|
| /arch/parisc/include/asm/ |
| A D | pgtable.h | 213 #define _PAGE_SWP_EXCLUSIVE _PAGE_ACCESSED macro 431 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive() 436 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive() 442 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
|
| /arch/powerpc/include/asm/nohash/32/ |
| A D | pgtable.h | 200 #define _PAGE_SWP_EXCLUSIVE 0x000004 macro
|
| /arch/x86/include/asm/ |
| A D | pgtable-2level.h | 112 #define _PAGE_SWP_EXCLUSIVE _PAGE_PSE macro
|
| A D | pgtable_64_types.h | 193 #define _PAGE_SWP_EXCLUSIVE _PAGE_PWT macro
|