Home
last modified time | relevance | path

Searched defs:regid (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dgen_helper_funcs.py33 def gen_helper_return_type(f, regtype, regid, regno): argument
45 def gen_helper_arg(f, regtype, regid, regno): argument
51 def gen_helper_arg_new(f, regtype, regid, regno): argument
57 def gen_helper_arg_pair(f, regtype, regid, regno): argument
63 def gen_helper_arg_ext(f, regtype, regid, regno): argument
75 def gen_helper_arg_opn(f, regtype, regid, i, tag): argument
107 def gen_helper_dest_decl_ext(f, regtype, regid): argument
141 def gen_helper_src_var_ext(f, regtype, regid): argument
160 def gen_helper_return(f, regtype, regid, regno): argument
168 def gen_helper_dst_write_ext(f, regtype, regid): argument
[all …]
H A Dgen_tcg_funcs.py44 def genptr_decl_writable(f, tag, regtype, regid, regno): argument
59 def genptr_decl(f, tag, regtype, regid, regno): argument
188 def genptr_decl_new(f, tag, regtype, regid, regno): argument
226 def genptr_decl_opn(f, tag, regtype, regid, i): argument
248 def genptr_src_read(f, tag, regtype, regid): argument
334 def genptr_src_read_new(f, regtype, regid): argument
348 def genptr_src_read_opn(f, regtype, regid, tag): argument
362 def gen_helper_call_opn(f, tag, regtype, regid, i): argument
389 def genptr_dst_write_pair(f, tag, regtype, regid): argument
394 def genptr_dst_write(f, tag, regtype, regid): argument
[all …]
H A Dhex_common.py33 def bad_register(regtype, regid): argument
211 def is_pair(regid): argument
215 def is_single(regid): argument
219 def is_written(regid): argument
223 def is_writeonly(regid): argument
227 def is_read(regid): argument
231 def is_readwrite(regid): argument
243 def is_old_val(regtype, regid, tag): argument
247 def is_new_val(regtype, regid, tag): argument
H A Dgen_analyze_funcs.py33 def analyze_opn_old(f, tag, regtype, regid, regno): argument
144 def analyze_opn_new(f, tag, regtype, regid, regno): argument
168 def analyze_opn(f, tag, regtype, regid, i): argument
H A Dgen_helper_protos.py49 def gen_def_helper_opn(f, tag, regtype, regid, i): argument
/openbmc/linux/arch/arm64/kvm/
H A Dhypercalls.c421 static int get_kernel_wa_level(u64 regid) in get_kernel_wa_level()
H A Darch_timer.c1051 int kvm_arm_timer_set_reg(struct kvm_vcpu *vcpu, u64 regid, u64 value) in kvm_arm_timer_set_reg()
1110 u64 kvm_arm_timer_get_reg(struct kvm_vcpu *vcpu, u64 regid) in kvm_arm_timer_get_reg()
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_fsm.h138 uint8_t regid[8]; member
H A Dncsi.h373 uint8_t regid[8]; member
/openbmc/linux/sound/soc/codecs/
H A Dcs35l41.c1190 u32 regid, reg_revid, i, mtl_revid, int_status, chipid_match; in cs35l41_probe() local
/openbmc/linux/fs/udf/
H A Decma_167.h91 struct regid { struct
92 uint8_t flags;
93 uint8_t ident[23];
94 uint8_t identSuffix[8];
/openbmc/linux/sound/pci/hda/
H A Dcs35l41_hda.c1553 unsigned int int_sts, regid, reg_revid, mtl_revid, chipid, int_status; in cs35l41_hda_probe() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c71 static int mlx4_QP_FLOW_STEERING_DETACH(struct mlx4_dev *dev, u64 regid) in mlx4_QP_FLOW_STEERING_DETACH()