Searched refs:regread (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/arm64/vmm/
H A Dvmm_instruction_emul.c82 vmm_emulate_register(struct vcpu *vcpu, struct vre *vre, reg_read_t regread, argument
89 error = regread(vcpu, &val, regarg);
/freebsd-current/sys/arm64/include/
H A Dvmm_instruction_emul.h62 * The callbacks 'regread' and 'regwrite' emulate reads and writes to the
70 int vmm_emulate_register(struct vcpu *vcpu, struct vre *vre, reg_read_t regread,
/freebsd-current/tools/tools/ath/athpoke/
H A Dathpoke.c51 static uint32_t regread(int s, struct ath_diag *atd, uint32_t r);
115 printf("%s = %08x\n", argv[0], regread(s, &atd, reg));
121 regread(int s, struct ath_diag *atd, uint32_t r) function

Completed in 213 milliseconds