Searched refs:reg0 (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/arch/riscv/kernel/ |
| H A D | csr_detect.S | 44 .macro detect_csr csr, op, reg0, reg1, reg2 46 save_and_disable_xie \reg0 54 restore_xie \reg0 57 .macro detect_csr_by_csrr csr, reg0, reg1, reg2 58 detect_csr \csr, DETECT_OP_CSRR, \reg0, \reg1, \reg2 61 .macro detect_csr_by_csrrw csr, reg0, reg1, reg2 62 detect_csr \csr, DETECT_OP_CSRRW, \reg0, \reg1, \reg2
|
| /optee_os/core/arch/arm/include/ |
| H A D | arm64_macros.S | 14 base_offs, reg0, reg1 17 x\reg0, x\reg1, [\base_reg, #\base_offs] 20 w\reg0, w\reg1, [\base_reg, #\base_offs]
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | util.h | 235 static inline uint64_t reg_pair_to_64(uint32_t reg0, uint32_t reg1) in reg_pair_to_64() argument 237 return (uint64_t)reg0 << 32 | reg1; in reg_pair_to_64() 250 static inline void reg_pair_from_64(uint64_t val, uint32_t *reg0, in reg_pair_from_64() argument 253 *reg0 = high32_from_64(val); in reg_pair_from_64()
|