Home
last modified time | relevance | path

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

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