Searched defs:vre (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/riscv/include/ |
H A D | vmm.h | 238 struct vre { struct 239 uint32_t inst_syndrome; 240 uint8_t dir:1, unused:7; 241 enum vm_reg_name reg;
|
/freebsd/sys/arm64/include/ |
H A D | vmm.h | 269 struct vre { struct 270 uint32_t inst_syndrome; 271 uint8_t dir:1, unused:7; 272 enum vm_reg_name reg; 320 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 | 4077 vdev_raidz_expand_t *vre = spa->spa_raidz_expand; in raidz_reflow_sync() local 4121 vdev_raidz_expand_t *vre = spa->spa_raidz_expand; in raidz_reflow_complete_sync() local 4218 vdev_raidz_expand_t *vre = rra->rra_vre; in raidz_reflow_write_done() local 4254 vdev_raidz_expand_t *vre = rra->rra_vre; in raidz_reflow_read_done() local 4291 raidz_reflow_record_progress(vdev_raidz_expand_t *vre, uint64_t offset, in raidz_reflow_record_progress() 4324 raidz_reflow_impl(vdev_t *vd, vdev_raidz_expand_t *vre, zfs_range_tree_t *rt, in raidz_reflow_impl() 4499 vdev_raidz_expand_t *vre = arg; in raidz_reflow_scratch_sync() local 4760 vdev_raidz_expand_t *vre = spa->spa_raidz_expand; in vdev_raidz_reflow_copy_scratch() local 4868 vdev_raidz_expand_t *vre = spa->spa_raidz_expand; in spa_raidz_expand_thread() local 5095 vdev_raidz_expand_t *vre = spa->spa_raidz_expand; in raidz_dtl_reassessed() local [all …]
|
H A D | spa.c | 11021 vdev_raidz_expand_t *vre = spa->spa_raidz_expand; local
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_arm64.c | 647 struct vre *vre; in arm64_gen_reg_emul_data() local
|
H A D | vmm.c | 757 struct vre *vre; in vm_handle_reg_emul() local
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 3968 vdev_raidz_expand_t *vre; in raidz_scratch_verify() local
|