Home
last modified time | relevance | path

Searched refs:get_elf_hwcap2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_elf.h35 #define ELF_HWCAP2 get_elf_hwcap2()
112 static uint32_t get_elf_hwcap2(void) in get_elf_hwcap2() function
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_elf.h91 #define ELF_HWCAP2 get_elf_hwcap2()
134 static uint32_t get_elf_hwcap2(void) in get_elf_hwcap2() function
/openbmc/qemu/linux-user/
H A Dloader.h106 uint64_t get_elf_hwcap2(void);
H A Delfload.c508 #define ELF_HWCAP2 get_elf_hwcap2()
562 uint64_t get_elf_hwcap2(void) in get_elf_hwcap2() function
800 #define ELF_HWCAP2 get_elf_hwcap2()
845 uint64_t get_elf_hwcap2(void) in get_elf_hwcap2() function
1149 #define ELF_HWCAP2 get_elf_hwcap2()
1151 static uint32_t get_elf_hwcap2(void) in get_elf_hwcap2() function
/openbmc/qemu/linux-user/arm/
H A Dtarget_proc.h14 target_ulong elf_hwcap2 = get_elf_hwcap2(); in open_cpuinfo()