Home
last modified time | relevance | path

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

12

/linux-6.6.21/arch/arc/include/asm/
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));
/linux-6.6.21/arch/m68k/include/asm/
Dsun3_pgtable.h75 #define _PAGE_SWP_EXCLUSIVE 0x040 macro
180 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
185 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive()
191 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
Dmotorola_pgtable.h45 #define _PAGE_SWP_EXCLUSIVE 0x800 macro
196 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
201 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive()
207 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
Dmcf_pgtable.h50 #define _PAGE_SWP_EXCLUSIVE CF_PAGE_NOCACHE macro
279 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
284 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive()
290 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
/linux-6.6.21/arch/mips/include/asm/
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
Dpgtable.h545 return pte.pte_low & _PAGE_SWP_EXCLUSIVE;
550 pte.pte_low |= _PAGE_SWP_EXCLUSIVE;
556 pte.pte_low &= ~_PAGE_SWP_EXCLUSIVE;
562 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE;
567 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE;
573 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE;
/linux-6.6.21/arch/hexagon/include/asm/
Dpgtable.h65 #define _PAGE_SWP_EXCLUSIVE (1<<6) macro
395 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
400 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive()
406 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
/linux-6.6.21/arch/um/include/asm/
Dpgtable.h25 #define _PAGE_SWP_EXCLUSIVE 0x400 macro
315 return pte_get_bits(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_exclusive()
320 pte_set_bits(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_mkexclusive()
326 pte_clear_bits(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_clear_exclusive()
/linux-6.6.21/arch/alpha/include/asm/
Dpgtable.h77 #define _PAGE_SWP_EXCLUSIVE 0x8000000000UL macro
339 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
344 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive()
350 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
/linux-6.6.21/arch/xtensa/include/asm/
Dpgtable.h163 #define _PAGE_SWP_EXCLUSIVE (1<<1) macro
360 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
365 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive()
371 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
/linux-6.6.21/arch/microblaze/include/asm/
Dpgtable.h159 #define _PAGE_SWP_EXCLUSIVE _PAGE_DIRTY macro
410 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
415 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive()
421 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
/linux-6.6.21/arch/openrisc/include/asm/
Dpgtable.h158 #define _PAGE_SWP_EXCLUSIVE _PAGE_U_SHARED macro
418 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
423 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive()
429 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
/linux-6.6.21/arch/nios2/include/asm/
Dpgtable.h265 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
270 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive()
276 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
Dpgtable-bits.h35 #define _PAGE_SWP_EXCLUSIVE (1<<31) macro
/linux-6.6.21/arch/powerpc/include/asm/nohash/
Dpgtable.h156 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
161 return __pte(pte_val(pte) | _PAGE_SWP_EXCLUSIVE); in pte_swp_mkexclusive()
166 return __pte(pte_val(pte) & ~_PAGE_SWP_EXCLUSIVE); in pte_swp_clear_exclusive()
/linux-6.6.21/arch/csky/include/asm/
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()
/linux-6.6.21/arch/sh/include/asm/
Dpgtable_32.h479 #define _PAGE_SWP_EXCLUSIVE _PAGE_USER macro
483 return pte.pte_low & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
486 PTE_BIT_FUNC(low, swp_mkexclusive, |= _PAGE_SWP_EXCLUSIVE);
487 PTE_BIT_FUNC(low, swp_clear_exclusive, &= ~_PAGE_SWP_EXCLUSIVE);
/linux-6.6.21/arch/ia64/include/asm/
Dpgtable.h62 #define _PAGE_SWP_EXCLUSIVE (1 << 7) macro
429 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
434 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive()
440 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
/linux-6.6.21/arch/powerpc/include/asm/book3s/32/
Dpgtable.h46 #define _PAGE_SWP_EXCLUSIVE _PAGE_USER macro
391 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
396 return __pte(pte_val(pte) | _PAGE_SWP_EXCLUSIVE); in pte_swp_mkexclusive()
401 return __pte(pte_val(pte) & ~_PAGE_SWP_EXCLUSIVE); in pte_swp_clear_exclusive()
/linux-6.6.21/arch/parisc/include/asm/
Dpgtable.h213 #define _PAGE_SWP_EXCLUSIVE _PAGE_ACCESSED macro
436 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
441 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive()
447 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
/linux-6.6.21/arch/riscv/include/asm/
Dpgtable-bits.h31 #define _PAGE_SWP_EXCLUSIVE _PAGE_ACCESSED macro
/linux-6.6.21/arch/csky/abiv2/inc/abi/
Dpgtable-bits.h14 #define _PAGE_SWP_EXCLUSIVE (1<<7) macro
/linux-6.6.21/arch/csky/abiv1/inc/abi/
Dpgtable-bits.h14 #define _PAGE_SWP_EXCLUSIVE (1<<9) macro
/linux-6.6.21/arch/x86/include/asm/
Dpgtable-2level.h112 #define _PAGE_SWP_EXCLUSIVE _PAGE_PSE macro
/linux-6.6.21/arch/loongarch/include/asm/
Dpgtable.h294 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
299 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive()
305 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()

12