Searched refs:vcpu_hw_read_reg (Results 1 - 4 of 4) sorted by relevance

/seL4-mcs-10.1.1/include/arch/arm/armv/armv8-a/64/armv/
H A Dvcpu.h434 vcpu_hw_read_reg(word_t reg_index) function
560 vcpu->regs[reg] = vcpu_hw_read_reg(reg);
623 return vcpu_hw_read_reg(field);
/seL4-mcs-10.1.1/include/arch/arm/armv/armv7-a/armv/
H A Dvcpu.h345 vcpu_hw_read_reg(word_t reg_index) function
/seL4-mcs-10.1.1/include/arch/arm/armv/armv7ve/armv/
H A Dvcpu.h345 vcpu_hw_read_reg(word_t reg_index) function
/seL4-mcs-10.1.1/src/arch/arm/object/
H A Dvcpu.c30 vcpu->regs[reg] = vcpu_hw_read_reg(reg);
328 return vcpu_hw_read_reg(field);

Completed in 41 milliseconds