Searched refs:fxn (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/events/amd/ |
| H A D | iommu.h | 36 u8 fxn, u64 *value); 39 u8 fxn, u64 *value);
|
| /OK3568_Linux_fs/kernel/drivers/iommu/amd/ |
| H A D | amd_iommu.h | 50 u8 fxn, u64 *value); 52 u8 fxn, u64 *value);
|
| H A D | init.c | 3205 u8 fxn, u64 *value, bool is_write) in iommu_pc_get_set_reg() argument 3215 if (WARN_ON(!iommu || (fxn > 0x28) || (fxn & 7))) in iommu_pc_get_set_reg() 3218 offset = (u32)(((0x40 | bank) << 12) | (cntr << 8) | fxn); in iommu_pc_get_set_reg() 3242 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 3247 return iommu_pc_get_set_reg(iommu, bank, cntr, fxn, value, false); in amd_iommu_pc_get_reg() 3251 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 3256 return iommu_pc_get_set_reg(iommu, bank, cntr, fxn, value, true); in amd_iommu_pc_set_reg()
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | quota.c | 1503 int (*fxn)(struct super_block *sb, int type), in quotad_check_timeo() 1508 int error = fxn(sdp->sd_vfs, 0); in quotad_check_timeo()
|