Home
last modified time | relevance | path

Searched refs:HWCAP_IDIVT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm/include/
H A Delf.h102 #define HWCAP_IDIVT 0x00040000 macro
104 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/f-stack/freebsd/arm/arm/
H A Dcpuinfo.c202 elf_hwcap |= HWCAP_IDIVT; in cpuinfo_init()