Home
last modified time | relevance | path

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

12

/linux-6.12.1/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.12.1/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.12.1/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()
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()
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()
/linux-6.12.1/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.12.1/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.12.1/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.12.1/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.12.1/arch/um/include/asm/
Dpgtable.h25 #define _PAGE_SWP_EXCLUSIVE 0x400 macro
347 return pte_get_bits(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_exclusive()
352 pte_set_bits(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_mkexclusive()
358 pte_clear_bits(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_clear_exclusive()
/linux-6.12.1/arch/microblaze/include/asm/
Dpgtable.h159 #define _PAGE_SWP_EXCLUSIVE _PAGE_DIRTY macro
411 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
416 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive()
422 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
/linux-6.12.1/arch/nios2/include/asm/
Dpgtable.h270 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
275 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive()
281 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
Dpgtable-bits.h35 #define _PAGE_SWP_EXCLUSIVE (1<<31) macro
/linux-6.12.1/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.12.1/arch/powerpc/include/asm/book3s/32/
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()
/linux-6.12.1/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.12.1/arch/powerpc/include/asm/nohash/
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()
/linux-6.12.1/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.12.1/arch/riscv/include/asm/
Dpgtable-bits.h32 #define _PAGE_SWP_EXCLUSIVE _PAGE_ACCESSED macro
/linux-6.12.1/arch/csky/abiv2/inc/abi/
Dpgtable-bits.h14 #define _PAGE_SWP_EXCLUSIVE (1<<7) macro
/linux-6.12.1/arch/csky/abiv1/inc/abi/
Dpgtable-bits.h14 #define _PAGE_SWP_EXCLUSIVE (1<<9) macro
/linux-6.12.1/arch/loongarch/include/asm/
Dpgtable.h304 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()
309 pte_val(pte) |= _PAGE_SWP_EXCLUSIVE; in pte_swp_mkexclusive()
315 pte_val(pte) &= ~_PAGE_SWP_EXCLUSIVE; in pte_swp_clear_exclusive()
/linux-6.12.1/arch/powerpc/include/asm/nohash/32/
Dpgtable.h200 #define _PAGE_SWP_EXCLUSIVE 0x000004 macro
/linux-6.12.1/arch/x86/include/asm/
Dpgtable-2level.h112 #define _PAGE_SWP_EXCLUSIVE _PAGE_PSE macro

12