Searched refs:fxn (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/include/linux/ |
D | amd-iommu.h | 82 int amd_iommu_pc_set_reg(struct amd_iommu *iommu, u8 bank, u8 cntr, u8 fxn, 84 int amd_iommu_pc_get_reg(struct amd_iommu *iommu, u8 bank, u8 cntr, u8 fxn,
|
/linux-6.12.1/drivers/iommu/amd/ |
D | init.c | 3729 u8 fxn, u64 *value, bool is_write) in iommu_pc_get_set_reg() argument 3739 if (WARN_ON(!iommu || (fxn > 0x28) || (fxn & 7))) in iommu_pc_get_set_reg() 3742 offset = (u32)(((0x40 | bank) << 12) | (cntr << 8) | fxn); in iommu_pc_get_set_reg() 3766 int amd_iommu_pc_get_reg(struct amd_iommu *iommu, u8 bank, u8 cntr, u8 fxn, u64 *value) in amd_iommu_pc_get_reg() argument 3771 return iommu_pc_get_set_reg(iommu, bank, cntr, fxn, value, false); in amd_iommu_pc_get_reg() 3774 int amd_iommu_pc_set_reg(struct amd_iommu *iommu, u8 bank, u8 cntr, u8 fxn, u64 *value) in amd_iommu_pc_set_reg() argument 3779 return iommu_pc_get_set_reg(iommu, bank, cntr, fxn, value, true); in amd_iommu_pc_set_reg()
|
/linux-6.12.1/fs/gfs2/ |
D | quota.c | 1563 int (*fxn)(struct super_block *sb, int type), in quotad_check_timeo() 1568 int error = fxn(sdp->sd_vfs, 0); in quotad_check_timeo()
|