Home
last modified time | relevance | path

Searched defs:__swp_entry_to_pte (Results 1 – 25 of 65) sorted by relevance

123

/kernel/linux/linux-6.6/arch/mips/include/asm/
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
Dpgtable-64.h345 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
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
/kernel/linux/linux-5.10/arch/h8300/include/asm/
Dpgtable.h15 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dpgtable_no.h39 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dsun3_pgtable.h182 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/c6x/include/asm/
Dpgtable.h47 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-6.6/arch/arc/include/asm/
Dpgtable-bits-arcv2.h131 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpgtable-2level.h96 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
Dpgtable_64.h238 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
Dpgtable-3level.h276 #define __swp_entry_to_pte(x) ((pte_t){ .pte = \ macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dpgtable-2level.h109 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
Dpgtable-3level.h190 #define __swp_entry_to_pte(x) ((pte_t){ .pte = \ macro
Dpgtable_64.h240 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
/kernel/linux/linux-5.10/arch/sh/include/asm/
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/
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/microblaze/include/asm/
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-6.6/arch/m68k/include/asm/
Dsun3_pgtable.h176 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dmotorola_pgtable.h192 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-6.6/arch/nios2/include/asm/
Dpgtable.h260 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
Dpgtable.h339 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
Dpgtable.h269 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/kernel/linux/linux-6.6/arch/csky/include/asm/
Dpgtable.h43 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
Dpgtable.h362 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
Dpgtable.h55 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro

123