Home
last modified time | relevance | path

Searched refs:fxn (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/events/amd/
H A Diommu.h36 u8 fxn, u64 *value);
39 u8 fxn, u64 *value);
/kernel/linux/linux-6.6/include/linux/
H A Damd-iommu.h202 int amd_iommu_pc_set_reg(struct amd_iommu *iommu, u8 bank, u8 cntr, u8 fxn,
204 int amd_iommu_pc_get_reg(struct amd_iommu *iommu, u8 bank, u8 cntr, u8 fxn,
/kernel/linux/linux-5.10/drivers/iommu/amd/
H A Damd_iommu.h50 u8 fxn, u64 *value);
52 u8 fxn, u64 *value);
H A Dinit.c3265 u8 fxn, u64 *value, bool is_write) in iommu_pc_get_set_reg()
3275 if (WARN_ON(!iommu || (fxn > 0x28) || (fxn & 7))) in iommu_pc_get_set_reg()
3278 offset = (u32)(((0x40 | bank) << 12) | (cntr << 8) | fxn); in iommu_pc_get_set_reg()
3302 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
3307 return iommu_pc_get_set_reg(iommu, bank, cntr, fxn, value, false); in amd_iommu_pc_get_reg()
3311 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
3316 return iommu_pc_get_set_reg(iommu, bank, cntr, fxn, value, true); in amd_iommu_pc_set_reg()
3264 iommu_pc_get_set_reg(struct amd_iommu *iommu, u8 bank, u8 cntr, u8 fxn, u64 *value, bool is_write) iommu_pc_get_set_reg() argument
/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Damd_iommu.h50 u8 fxn, u64 *value);
52 u8 fxn, u64 *value);
H A Dinit.c3755 u8 fxn, u64 *value, bool is_write) in iommu_pc_get_set_reg()
3765 if (WARN_ON(!iommu || (fxn > 0x28) || (fxn & 7))) in iommu_pc_get_set_reg()
3768 offset = (u32)(((0x40 | bank) << 12) | (cntr << 8) | fxn); in iommu_pc_get_set_reg()
3792 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
3797 return iommu_pc_get_set_reg(iommu, bank, cntr, fxn, value, false); in amd_iommu_pc_get_reg()
3800 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
3805 return iommu_pc_get_set_reg(iommu, bank, cntr, fxn, value, true); in amd_iommu_pc_set_reg()
3754 iommu_pc_get_set_reg(struct amd_iommu *iommu, u8 bank, u8 cntr, u8 fxn, u64 *value, bool is_write) iommu_pc_get_set_reg() argument
/kernel/linux/linux-5.10/fs/gfs2/
H A Dquota.c1514 int (*fxn)(struct super_block *sb, int type), in quotad_check_timeo()
1519 int error = fxn(sdp->sd_vfs, 0); in quotad_check_timeo()
/kernel/linux/linux-6.6/fs/gfs2/
H A Dquota.c1539 int (*fxn)(struct super_block *sb, int type), in quotad_check_timeo()
1544 int error = fxn(sdp->sd_vfs, 0); in quotad_check_timeo()

Completed in 14 milliseconds