Searched refs:regwrite (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/riscv/vmm/ |
| H A D | vmm_instruction_emul.c | 90 reg_write_t regwrite, void *regarg) in vmm_emulate_register() argument 104 error = regwrite(vcpu, val, regarg); in vmm_emulate_register()
|
| /freebsd/tools/tools/ath/athpoke/ |
| H A D | athpoke.c | 52 static void regwrite(int s, struct ath_diag *atd, uint32_t r, uint32_t v); 114 regwrite(s, &atd, reg, (uint32_t) strtoul(cp, NULL, 0)); in main() 140 regwrite(int s, struct ath_diag *atd, uint32_t r, uint32_t v) in regwrite() function
|
| /freebsd/sys/arm64/include/ |
| H A D | vmm_instruction_emul.h | 79 reg_write_t regwrite, void *regarg);
|
| /freebsd/sys/riscv/include/ |
| H A D | vmm_instruction_emul.h | 79 reg_write_t regwrite, void *regarg);
|