Home
last modified time | relevance | path

Searched refs:fxn (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/events/amd/
Diommu.h39 u8 fxn, u64 *value);
42 u8 fxn, u64 *value);
/Linux-v4.19/drivers/iommu/
Damd_iommu_init.c1651 u8 fxn, u64 *value, bool is_write);
3014 u8 fxn, u64 *value, bool is_write) in iommu_pc_get_set_reg() argument
3024 if (WARN_ON(!iommu || (fxn > 0x28) || (fxn & 7))) in iommu_pc_get_set_reg()
3027 offset = (u32)(((0x40 | bank) << 12) | (cntr << 8) | fxn); in iommu_pc_get_set_reg()
3051 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
3056 return iommu_pc_get_set_reg(iommu, bank, cntr, fxn, value, false); in amd_iommu_pc_get_reg()
3060 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
3065 return iommu_pc_get_set_reg(iommu, bank, cntr, fxn, value, true); in amd_iommu_pc_set_reg()
/Linux-v4.19/fs/gfs2/
Dquota.c1489 int (*fxn)(struct super_block *sb, int type), in quotad_check_timeo()
1494 int error = fxn(sdp->sd_vfs, 0); in quotad_check_timeo()