Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 10 of 10) sorted by relevance

/kvm-unit-tests/riscv/efi/
H A Dcrt0-efi-riscv64.S32 .4byte pe_header - ImageBase // Offset to the PE header.
35 .2byte 0
37 .2byte 0x5064 // riscv64
38 .2byte 4 // nr_sections
39 .4byte 0 // TimeDateStamp
40 .4byte 0 // PointerToSymbolTable
41 .4byte 0 // NumberOfSymbols
42 .2byte section_table - optional_header // SizeOfOptionalHeader
43 .2byte 0x206 // Characteristics.
48 .2byte 0x20b // PE32+ format
[all …]
/kvm-unit-tests/lib/arm/
H A Dgic-v3.c198 u8 mask = 1 << (n % 8), byte; in gicv3_lpi_set_clr_pending() local
201 byte = *ptr; in gicv3_lpi_set_clr_pending()
203 byte |= mask; in gicv3_lpi_set_clr_pending()
205 byte &= ~mask; in gicv3_lpi_set_clr_pending()
206 *ptr = byte; in gicv3_lpi_set_clr_pending()
/kvm-unit-tests/arm/efi/
H A Dcrt0-efi-aarch64.S45 .byte 0x02 // MajorLinkerVersion
46 .byte 0x14 // MinorLinkerVersion
/kvm-unit-tests/arm/
H A Dflat.lds60 * sp must be 16 byte aligned for arm64, and 8 byte aligned for 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
407 ((new) << ((byte) * 8)))
/kvm-unit-tests/s390x/
H A Dcstart64.S50 srlg %r4,%r3,8 # Calc number of 256 byte chunks
55 xc 0(256,%r1), 0(%r1) # Clear 256 byte chunks via xor
/kvm-unit-tests/lib/s390x/
H A Dsclp.c141 static bool sclp_feat_check(int byte, int bit) in sclp_feat_check() argument
145 return !!(rib[byte] & (0x80 >> bit)); in sclp_feat_check()
/kvm-unit-tests/riscv/
H A Dflat.lds60 * stack depth is 8K and sp must be 16 byte aligned
H A Dsbi.c61 static struct sbiret sbi_dbcn_write_byte(uint8_t byte) in sbi_dbcn_write_byte() argument
63 return sbi_ecall(SBI_EXT_DBCN, SBI_EXT_DBCN_CONSOLE_WRITE_BYTE, byte, 0, 0, 0, 0, 0); in sbi_dbcn_write_byte()
/kvm-unit-tests/lib/asm-generic/
H A Dio.h21 #error Undefined byte order