Searched defs:vre (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/riscv/include/ |
| H A D | vmm.h | 193 struct vre { struct 194 uint32_t inst_syndrome; 195 uint8_t dir:1, unused:7; 196 enum vm_reg_name reg;
|
| /freebsd/sys/arm64/include/ |
| H A D | vmm.h | 226 struct vre { struct 227 uint32_t inst_syndrome; 228 uint8_t dir:1, unused:7; 229 enum vm_reg_name reg; 277 struct vre vre; member
|
| /freebsd/sys/riscv/vmm/ |
| H A D | vmm_instruction_emul.c | 89 vmm_emulate_register(struct vcpu *vcpu, struct vre *vre, reg_read_t regread, in vmm_emulate_register()
|
| /freebsd/usr.sbin/bhyve/aarch64/ |
| H A D | vmexit.c | 94 struct vre *vre; in vmexit_reg_emul() local
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz.c | 4130 vdev_raidz_expand_t *vre = spa->spa_raidz_expand; in raidz_reflow_sync() local 4174 vdev_raidz_expand_t *vre = spa->spa_raidz_expand; in raidz_reflow_complete_sync() local 4271 vdev_raidz_expand_t *vre = rra->rra_vre; in raidz_reflow_write_done() local 4307 vdev_raidz_expand_t *vre = rra->rra_vre; in raidz_reflow_read_done() local 4344 raidz_reflow_record_progress(vdev_raidz_expand_t *vre, uint64_t offset, in raidz_reflow_record_progress() 4377 raidz_reflow_impl(vdev_t *vd, vdev_raidz_expand_t *vre, zfs_range_tree_t *rt, in raidz_reflow_impl() 4552 vdev_raidz_expand_t *vre = arg; in raidz_reflow_scratch_sync() local 4813 vdev_raidz_expand_t *vre = spa->spa_raidz_expand; in vdev_raidz_reflow_copy_scratch() local 4921 vdev_raidz_expand_t *vre = spa->spa_raidz_expand; in spa_raidz_expand_thread() local 5148 vdev_raidz_expand_t *vre = spa->spa_raidz_expand; in raidz_dtl_reassessed() local [all …]
|
| H A D | spa.c | 11602 vdev_raidz_expand_t *vre = spa->spa_raidz_expand; local
|
| /freebsd/sys/arm64/vmm/ |
| H A D | vmm_arm64.c | 655 struct vre *vre; in arm64_gen_reg_emul_data() local
|
| H A D | vmm.c | 565 struct vre *vre; in vm_handle_reg_emul() local
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 3967 vdev_raidz_expand_t *vre; in raidz_scratch_verify() local
|