Home
last modified time | relevance | path

Searched refs:_PAGE_SWP_EXCLUSIVE (Results 1 – 25 of 35) sorted by relevance

12

/arch/arc/include/asm/
A Dpgtable-bits-arcv2.h30 #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 Dpgtable-32.h218 #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 Dpgtable.h539 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 Dsun3_pgtable.h75 #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 Dmcf_pgtable.h50 #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 Dmotorola_pgtable.h45 #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 Dpgtable.h65 #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 Dpgtable.h25 #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 Dpgtable-bits.h35 #define _PAGE_SWP_EXCLUSIVE (1<<31) macro
A Dpgtable.h264 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 Dpgtable.h158 #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 Dpgtable.h77 #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 Dpgtable-bits.h31 #define _PAGE_SWP_EXCLUSIVE _PAGE_ACCESSED macro
/arch/microblaze/include/asm/
A Dpgtable.h159 #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 Dpgtable.h163 #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 Dpgtable-bits.h14 #define _PAGE_SWP_EXCLUSIVE (1<<7) macro
/arch/csky/include/asm/
A Dpgtable.h205 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 Dpgtable-bits.h14 #define _PAGE_SWP_EXCLUSIVE (1<<9) macro
/arch/sh/include/asm/
A Dpgtable_32.h471 #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 Dpgtable.h46 #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 Dpgtable.h291 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 Dpgtable.h213 #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 Dpgtable.h200 #define _PAGE_SWP_EXCLUSIVE 0x000004 macro
/arch/x86/include/asm/
A Dpgtable-2level.h112 #define _PAGE_SWP_EXCLUSIVE _PAGE_PSE macro
A Dpgtable_64_types.h193 #define _PAGE_SWP_EXCLUSIVE _PAGE_PWT macro

Completed in 45 milliseconds

12