Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 4 of 4) sorted by relevance

/kvm-unit-tests/lib/arm/
H A Dgic-v3.c198 u8 mask = 1 << (n % 8), byte; in gicv3_lpi_set_clr_pending() local
/kvm-unit-tests/lib/s390x/
H A Dsclp.c141 static bool sclp_feat_check(int byte, int bit) in sclp_feat_check()
/kvm-unit-tests/arm/
H A Dgic.c405 #define BYTE(reg32, byte) (((reg32) >> ((byte) * 8)) & 0xff) argument
406 #define REPLACE_BYTE(reg32, byte, new) (((reg32) & ~(0xff << ((byte) * 8))) |\ argument
/kvm-unit-tests/riscv/
H A Dsbi.c61 static struct sbiret sbi_dbcn_write_byte(uint8_t byte) in sbi_dbcn_write_byte()