Home
last modified time | relevance | path

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

/Linux-v6.1/arch/mips/include/asm/
Delf.h189 struct mips_elf_abiflags_v0 { struct
190 uint16_t version; /* Version of flags structure */
191 uint8_t isa_level; /* The level of the ISA: 1-5, 32, 64 */
192 uint8_t isa_rev; /* The revision of ISA: 0 for MIPS V and below,
194 uint8_t gpr_size; /* The size of general purpose registers */
195 uint8_t cpr1_size; /* The size of co-processor 1 registers */
196 uint8_t cpr2_size; /* The size of co-processor 2 registers */
197 uint8_t fp_abi; /* The floating-point ABI */
198 uint32_t isa_ext; /* Mask of processor-specific extensions */
199 uint32_t ases; /* Mask of ASEs used */
[all …]