Home
last modified time | relevance | path

Searched defs:swp (Results 1 – 21 of 21) sorted by relevance

/linux/arch/nios2/include/asm/
H A Dpgtable.h255 #define __swp_type(swp) (((swp).val >> 26) & 0x1f) argument
256 #define __swp_offset(swp) ((swp).val & 0xfffff) argument
259 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
/linux/include/linux/
H A Dswap.h540 add_swap_count_continuation(swp_entry_t swp,gfp_t gfp_mask) add_swap_count_continuation() argument
545 swap_shmem_alloc(swp_entry_t swp,int nr) swap_shmem_alloc() argument
549 swap_duplicate(swp_entry_t swp) swap_duplicate() argument
554 swapcache_prepare(swp_entry_t swp,int nr) swapcache_prepare() argument
563 put_swap_folio(struct folio * folio,swp_entry_t swp) put_swap_folio() argument
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_random.c58 size_t swp; in i915_prandom_shuffle() local
/linux/mm/
H A Dzswap.c236 static inline struct xarray *swap_zswap_tree(swp_entry_t swp) in swap_zswap_tree() argument
1667 struct xarray *tree = swap_zswap_tree(swp); in zswap_load() local
1562 swp_entry_t swp = folio->swap; zswap_store() local
1725 zswap_invalidate(swp_entry_t swp) zswap_invalidate() argument
[all...]
H A Ddebug_vm_pgtable.c854 WARN_ON(!is_migration_entry(swp)); in pmd_swap_tests() local
841 swp_entry_t swp; pte_swap_tests() local
873 swp_entry_t swp; swap_migration_tests() local
[all...]
H A Dswap.h159 static inline struct folio *swapin_readahead(swp_entry_t swp, gfp_t gfp_mask, in swapin_readahead()
H A Dswap_state.c339 swp_entry_t swp; in filemap_get_incore_folio() local
H A Dmemory-failure.c763 swp_entry_t swp = pte_to_swp_entry(pte); in check_hwpoisoned_entry() local
H A Dfilemap.c4444 swp_entry_t swp = radix_to_swp_entry(folio); filemap_cachestat() local
H A Dhugetlb.c5512 swp_entry_t swp; in is_hugetlb_entry_migration() local
5525 swp_entry_t swp; in is_hugetlb_entry_hwpoisoned() local
/linux/drivers/dma-buf/
H A Dst-dma-fence-chain.c635 unsigned int swp; in randomise_fences() local
/linux/fs/nilfs2/
H A Dthe_nilfs.c612 int valid[2], swp = 0, older; in nilfs_load_super_block() local
/linux/arch/arm/include/asm/
H A Dpgtable.h302 #define __swp_entry_to_pte(swp) __pte((swp).val) argument
/linux/ipc/
H A Dshm.c961 unsigned long *swp) in shm_get_stat()
1844 unsigned long rss = 0, swp = 0; in sysvipc_shm_proc_show() local
/linux/drivers/net/dsa/microchip/
H A Dksz_common.h919 #define KSZ_SPI_OP_FLAG_MASK(opcode, swp, regbits, regpad) \ argument
922 #define KSZ_REGMAP_ENTRY(width, swp, regbits, regpad, regalign) \ argument
943 #define KSZ_REGMAP_TABLE(ksz, swp, regbits, regpad, regalign) \ argument
/linux/drivers/soc/fsl/dpio/
H A Dqbman-portal.h539 static inline void *qbman_swp_mc_complete(struct qbman_swp *swp, void *cmd, in qbman_swp_mc_complete()
/linux/fs/proc/
H A Dtask_mmu.c2261 swp_entry_t swp; in pagemap_page_category() local
2325 swp_entry_t swp; in pagemap_thp_category() local
/linux/arch/arm64/include/asm/
H A Dpgtable.h1544 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
1548 #define __swp_entry_to_pmd(swp) __pmd((swp).val) argument
/linux/arch/riscv/include/asm/
H A Dpgtable.h1026 #define __swp_entry_to_pmd(swp) __pmd((swp).val) argument
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c3679 int swp; in virtual_engine_initial_hint() local
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h1182 u8 swp[0x1]; member