| /Linux-v5.4/drivers/soc/fsl/dpio/ |
| D | dpio-service.c | 23 struct qbman_swp *swp; member 39 struct qbman_swp *swp; /* portal used to issue VDQCR */ member 127 obj->swp = qbman_swp_init(&obj->swp_desc); in dpaa2_io_create() 129 if (!obj->swp) { in dpaa2_io_create() 140 qbman_swp_interrupt_set_trigger(obj->swp, in dpaa2_io_create() 142 qbman_swp_interrupt_clear_status(obj->swp, 0xffffffff); in dpaa2_io_create() 144 qbman_swp_push_set(obj->swp, 0, 1); in dpaa2_io_create() 190 struct qbman_swp *swp; in dpaa2_io_irq() local 193 swp = obj->swp; in dpaa2_io_irq() 194 status = qbman_swp_interrupt_read_status(swp); in dpaa2_io_irq() [all …]
|
| D | qbman-portal.h | 433 static inline void *qbman_swp_mc_complete(struct qbman_swp *swp, void *cmd, in qbman_swp_mc_complete() argument 438 qbman_swp_mc_submit(swp, cmd, cmd_verb); in qbman_swp_mc_complete() 441 cmd = qbman_swp_mc_result(swp); in qbman_swp_mc_complete()
|
| /Linux-v5.4/drivers/gpu/drm/i915/selftests/ |
| D | i915_random.c | 57 size_t swp; in i915_prandom_shuffle() local 59 swp = i915_prandom_u32_max_state(count + 1, state); in i915_prandom_shuffle() 60 if (swp == count) in i915_prandom_shuffle() 64 memcpy(arr + count * elsz, arr + swp * elsz, elsz); in i915_prandom_shuffle() 65 memcpy(arr + swp * elsz, stack, elsz); in i915_prandom_shuffle()
|
| /Linux-v5.4/drivers/net/dsa/microchip/ |
| D | ksz_common.h | 311 #define KSZ_SPI_OP_FLAG_MASK(opcode, swp, regbits, regpad) \ argument 312 swab##swp((opcode) << ((regbits) + (regpad))) 314 #define KSZ_REGMAP_ENTRY(width, swp, regbits, regpad, regalign) \ argument 324 KSZ_SPI_OP_FLAG_MASK(KSZ_SPI_OP_RD, swp, \ 327 KSZ_SPI_OP_FLAG_MASK(KSZ_SPI_OP_WR, swp, \ 335 #define KSZ_REGMAP_TABLE(ksz, swp, regbits, regpad, regalign) \ argument 337 KSZ_REGMAP_ENTRY(8, swp, (regbits), (regpad), (regalign)), \ 338 KSZ_REGMAP_ENTRY(16, swp, (regbits), (regpad), (regalign)), \ 339 KSZ_REGMAP_ENTRY(32, swp, (regbits), (regpad), (regalign)), \
|
| /Linux-v5.4/arch/nios2/include/asm/ |
| D | pgtable.h | 283 #define __swp_type(swp) (((swp).val >> 26) & 0x3) argument 284 #define __swp_offset(swp) ((swp).val & 0xfffff) argument 287 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
|
| /Linux-v5.4/include/linux/ |
| D | swap.h | 516 static inline int add_swap_count_continuation(swp_entry_t swp, gfp_t gfp_mask) in add_swap_count_continuation() argument 521 static inline void swap_shmem_alloc(swp_entry_t swp) in swap_shmem_alloc() argument 525 static inline int swap_duplicate(swp_entry_t swp) in swap_duplicate() argument 530 static inline void swap_free(swp_entry_t swp) in swap_free() argument 534 static inline void put_swap_page(struct page *page, swp_entry_t swp) in put_swap_page() argument 544 static inline struct page *swapin_readahead(swp_entry_t swp, gfp_t gfp_mask, in swapin_readahead() argument 555 static inline struct page *lookup_swap_cache(swp_entry_t swp, in lookup_swap_cache() argument
|
| D | swapops.h | 213 static inline int is_migration_entry(swp_entry_t swp) in is_migration_entry() argument 341 static inline int is_hwpoison_entry(swp_entry_t swp) in is_hwpoison_entry() argument
|
| /Linux-v5.4/mm/ |
| D | mincore.c | 70 swp_entry_t swp = radix_to_swp_entry(page); in mincore_page() local 74 si = get_swap_device(swp); in mincore_page() 76 page = find_get_page(swap_address_space(swp), in mincore_page() 77 swp_offset(swp)); in mincore_page()
|
| D | hugetlb.c | 3346 swp_entry_t swp; in is_hugetlb_entry_migration() local 3350 swp = pte_to_swp_entry(pte); in is_hugetlb_entry_migration() 3351 if (non_swap_entry(swp) && is_migration_entry(swp)) in is_hugetlb_entry_migration() 3359 swp_entry_t swp; in is_hugetlb_entry_hwpoisoned() local 3363 swp = pte_to_swp_entry(pte); in is_hugetlb_entry_hwpoisoned() 3364 if (non_swap_entry(swp) && is_hwpoison_entry(swp)) in is_hugetlb_entry_hwpoisoned()
|
| /Linux-v5.4/fs/nilfs2/ |
| D | the_nilfs.c | 498 int valid[2], swp = 0; in nilfs_load_super_block() local 524 swp = valid[1] && (!valid[0] || in nilfs_load_super_block() 528 if (valid[swp] && nilfs_sb2_bad_offset(sbp[swp], sb2off)) { in nilfs_load_super_block() 533 swp = 0; in nilfs_load_super_block() 535 if (!valid[swp]) { in nilfs_load_super_block() 541 if (!valid[!swp]) in nilfs_load_super_block() 545 if (swp) in nilfs_load_super_block() 550 nilfs->ns_prot_seq = le64_to_cpu(sbp[valid[1] & !swp]->s_last_seq); in nilfs_load_super_block()
|
| /Linux-v5.4/tools/testing/selftests/rcutorture/ |
| D | .gitignore | 4 *.swp
|
| /Linux-v5.4/Documentation/devicetree/bindings/net/nfc/ |
| D | st21nfca.txt | 14 - uicc-present: Specifies that the uicc swp signal can be physically
|
| D | st-nci-spi.txt | 14 - uicc-present: Specifies that the uicc swp signal can be physically
|
| D | st-nci-i2c.txt | 15 - uicc-present: Specifies that the uicc swp signal can be physically
|
| /Linux-v5.4/arch/unicore32/include/asm/ |
| D | pgtable.h | 272 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
|
| /Linux-v5.4/Documentation/translations/zh_CN/arm64/ |
| D | legacy_instructions.txt | 57 节点: /proc/sys/abi/swp
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | pgtable.h | 350 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
|
| /Linux-v5.4/arch/unicore32/mm/ |
| D | alignment.c | 219 goto swp; in do_alignment_ldrhstrh() 235 swp: in do_alignment_ldrhstrh()
|
| /Linux-v5.4/arch/nds32/include/asm/ |
| D | pgtable.h | 389 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
|
| /Linux-v5.4/Documentation/arm64/ |
| D | legacy_instructions.rst | 49 :Node: /proc/sys/abi/swp
|
| /Linux-v5.4/ipc/ |
| D | shm.c | 861 unsigned long *swp) in shm_get_stat() argument 867 *swp = 0; in shm_get_stat() 880 shm_add_rss_swap(shp, rss, swp); in shm_get_stat() 1745 unsigned long rss = 0, swp = 0; in sysvipc_shm_proc_show() local 1748 shm_add_rss_swap(shp, &rss, &swp); in sysvipc_shm_proc_show() 1775 swp * PAGE_SIZE); in sysvipc_shm_proc_show()
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | asm.h | 197 #define LONG_SP swp
|
| /Linux-v5.4/arch/arm/mm/ |
| D | alignment.c | 867 goto swp; in do_alignment() 949 swp: in do_alignment()
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | pgtable.h | 835 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| D | ipsec.c | 522 !MLX5_CAP_ETH(mdev, swp)) { in mlx5e_ipsec_build_netdev()
|