Home
last modified time | relevance | path

Searched refs:__swp_entry_to_pte (Results 1 - 25 of 70) sorted by relevance

123

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dpgtable-32.h208 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
219 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro
228 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro
242 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
H A Dpgtable-64.h344 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dpgtable-32.h215 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
243 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro
272 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro
296 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
H A Dpgtable-64.h345 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/h8300/include/asm/
H A Dpgtable.h15 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dpgtable_no.h39 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
H A Dmotorola_pgtable.h203 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
H A Dsun3_pgtable.h182 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H A Dpgtable.h47 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dpgtable-2level.h96 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
H A Dpgtable_64.h238 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
H A Dpgtable-3level.h266 * arch-dependent swp_entry_t, and __swp_entry_to_pte() just stores the result
269 * __swp_entry_to_pte() through the following helper macro based on 64bit
276 #define __swp_entry_to_pte(x) ((pte_t){ .pte = \ macro
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h131 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dpgtable-2level.h109 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
H A Dpgtable-3level.h180 * arch-dependent swp_entry_t, and __swp_entry_to_pte() just stores the result
183 * __swp_entry_to_pte() through the following helper macro based on 64bit
190 #define __swp_entry_to_pte(x) ((pte_t){ .pte = \ macro
H A Dpgtable_64.h240 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dpgtable.h39 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
463 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dpgtable_32.h449 #define __swp_entry_to_pte(x) ((pte_t){ 0, (x).val }) macro
457 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 1 }) macro
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dpgtable_32.h458 #define __swp_entry_to_pte(x) ((pte_t){ 0, (x).val }) macro
475 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 1 }) macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dpgtable.h355 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H A Dpgtable.h269 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H A Dpgtable.h361 /* __swp_entry_to_pte - extract PTE from swap entry */
362 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dsun3_pgtable.h176 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dpgtable.h43 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Dpgtable.h338 /* __swp_entry_to_pte - extract PTE from swap entry */
339 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro

Completed in 14 milliseconds

123