Searched refs:ptag (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/arch/sparc/include/asm/ |
D | viking.h | 168 unsigned long ptag = ((set & 0x7f) << 5) | ((block & 0x3) << 26) | in viking_get_dcache_ptag() local 176 : "r" (ptag), "i" (ASI_M_DATAC_TAG) in viking_get_dcache_ptag()
|
/Linux-v5.15/arch/sparc/kernel/ |
D | sbus.c | 633 unsigned long ptag, ltag; in sbus_iommu_init() local 635 ptag = strbuf->strbuf_control + in sbus_iommu_init() 639 ptag += (unsigned long)i * 8UL; in sbus_iommu_init() 642 upa_writeq(0UL, ptag); in sbus_iommu_init()
|
/Linux-v5.15/arch/sparc/mm/ |
D | viking.S | 58 cmp %g3, %g1 ! ptag == ppage? 62 andcc %g2, %o5, %g0 ! ptag VALID?
|
/Linux-v5.15/include/linux/mlx5/ |
D | qp.h | 464 __be64 ptag; member
|
/Linux-v5.15/fs/xfs/ |
D | xfs_trace.h | 4140 TP_PROTO(struct xfs_mount *mp, int ptag, int flags, const char *fname, 4142 TP_ARGS(mp, ptag, flags, fname, line_num), 4145 __field(int, ptag) 4152 __entry->ptag = ptag; 4159 __print_flags(__entry->ptag, "|", XFS_PTAG_STRINGS),
|
/Linux-v5.15/drivers/infiniband/hw/mlx5/ |
D | mr.c | 1244 cur_mtt->ptag = in mlx5_ib_update_mr_pas() 1249 cur_mtt->ptag = 0; in mlx5_ib_update_mr_pas()
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rx.c | 525 umr_wqe->inline_mtts[i].ptag = cpu_to_be64(dma_info->addr | MLX5_EN_WR); in mlx5e_alloc_rx_mpwqe()
|
D | en_main.c | 279 mtt[i].ptag = cpu_to_be64(filler_addr); in mlx5e_create_umr_mkey()
|