Searched refs:regid (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/fs/udf/ |
D | ecma_167.h | 91 struct regid { struct 143 struct regid archType; 144 struct regid bootIdent; 225 struct regid appIdent; 227 struct regid impIdent; 257 struct regid impIdent; 267 struct regid partitionContents; 272 struct regid impIdent; 303 struct regid domainIdent; 307 struct regid impIdent; [all …]
|
D | osta_udf.h | 108 struct regid impIdent; 125 struct regid impIdent; 133 struct regid partIdent; 143 struct regid partIdent; 154 struct regid partIdent; 169 struct regid partIdent; 207 struct regid sparingIdent;
|
D | inode.c | 1746 struct regid *eid; in udf_update_inode() 1753 sizeof(struct regid), 12, 0x3); in udf_update_inode() 1758 sizeof(struct regid)); in udf_update_inode() 1759 dsea->impUseLength = cpu_to_le32(sizeof(struct regid)); in udf_update_inode() 1761 eid = (struct regid *)dsea->impUse; in udf_update_inode() 1786 memset(&(fe->impIdent), 0, sizeof(struct regid)); in udf_update_inode()
|
D | super.c | 769 struct regid *ident, char *dname) in udf_verify_domain_identifier()
|
/Linux-v5.15/include/kvm/ |
D | arm_arch_timer.h | 72 u64 kvm_arm_timer_get_reg(struct kvm_vcpu *, u64 regid); 73 int kvm_arm_timer_set_reg(struct kvm_vcpu *, u64 regid, u64 value);
|
/Linux-v5.15/arch/arm64/kvm/ |
D | psci.c | 433 static int get_kernel_wa_level(u64 regid) in get_kernel_wa_level() argument 435 switch (regid) { in get_kernel_wa_level()
|
D | arch_timer.c | 806 int kvm_arm_timer_set_reg(struct kvm_vcpu *vcpu, u64 regid, u64 value) in kvm_arm_timer_set_reg() argument 810 switch (regid) { in kvm_arm_timer_set_reg() 855 u64 kvm_arm_timer_get_reg(struct kvm_vcpu *vcpu, u64 regid) in kvm_arm_timer_get_reg() argument 857 switch (regid) { in kvm_arm_timer_get_reg()
|
/Linux-v5.15/arch/arm64/kvm/vgic/ |
D | vgic-kvm-device.c | 558 u64 regid; in vgic_v3_attr_regs_access() local 560 regid = (attr->attr & KVM_DEV_ARM_VGIC_SYSREG_INSTR_MASK); in vgic_v3_attr_regs_access() 562 regid, reg); in vgic_v3_attr_regs_access()
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx4/ |
D | mcg.c | 71 static int mlx4_QP_FLOW_STEERING_DETACH(struct mlx4_dev *dev, u64 regid) in mlx4_QP_FLOW_STEERING_DETACH() argument 75 err = mlx4_cmd(dev, regid, 0, 0, in mlx4_QP_FLOW_STEERING_DETACH()
|