Searched refs:reg_t (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-bmi2.c | 7 typedef uint64_t reg_t; typedef 9 typedef uint32_t reg_t; typedef 13 static inline reg_t name##q(reg_t arg0) \ 15 reg_t result64; \ 21 static inline reg_t name##l(reg_t arg0) \ 23 reg_t result32; \ 29 static inline reg_t name##q(reg_t arg0, reg_t arg1) \ 31 reg_t result64; \ 37 static inline reg_t name##l(reg_t arg0, reg_t arg1) \ 39 reg_t result32; \ [all …]
|
/openbmc/qemu/target/ppc/ |
H A D | arch_dump.c | 24 typedef uint64_t reg_t; typedef 29 typedef uint32_t reg_t; typedef 34 reg_t gpr[32]; 35 reg_t nip; 36 reg_t msr; 37 reg_t orig_gpr3; 38 reg_t ctr; 39 reg_t link; 40 reg_t xer; 41 reg_t ccr; [all …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sha512-armv8.pl | 86 $reg_t="x"; 95 $reg_t="w"; 102 @X=map("$reg_t$_",(3..15,0..2)); 103 @V=($A,$B,$C,$D,$E,$F,$G,$H)=map("$reg_t$_",(20..27)); 104 ($t0,$t1,$t2,$t3)=map("$reg_t$_",(16,17,19,28));
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | low_i2c.c | 133 } reg_t; typedef 194 static inline u8 __kw_read_reg(struct pmac_i2c_host_kw *host, reg_t reg) in __kw_read_reg() 200 reg_t reg, u8 val) in __kw_write_reg()
|
/openbmc/linux/drivers/hwmon/ |
H A D | nct6775-core.c | 1479 u16 reg, reg_t; in nct6775_update_pwm_limits() local 1492 err = nct6775_read_value(data, data->REG_TARGET[i], ®_t); in nct6775_update_pwm_limits() 1499 data->target_temp[i] = reg_t & data->target_temp_mask; in nct6775_update_pwm_limits() 1506 reg_t |= (reg & 0x0f) << 8; in nct6775_update_pwm_limits() 1508 data->target_speed[i] = reg_t; in nct6775_update_pwm_limits()
|