Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_elf.h79 uint32_t hwcaps = 0; in get_elf_hwcap() local
115 uint32_t hwcaps = 0; in get_elf_hwcap2() local
/openbmc/linux/tools/testing/selftests/arm64/pauth/
H A Dexec_target.c13 unsigned long hwcaps; in main() local
H A Dpac.c258 unsigned long hwcaps = getauxval(AT_HWCAP); in TEST() local
301 unsigned long hwcaps = getauxval(AT_HWCAP); in TEST() local
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-tiny.c563 struct spi_nor_hwcaps hwcaps; member
645 const struct spi_nor_hwcaps *hwcaps) in spi_nor_setup()
717 struct spi_nor_hwcaps hwcaps = { in spi_nor_scan() local
H A Dspi-nor-core.c1756 struct spi_nor_hwcaps hwcaps; member
2023 u32 hwcaps; member
2545 static int spi_nor_hwcaps2cmd(u32 hwcaps, const int table[][2], size_t size) in spi_nor_hwcaps2cmd()
2556 static int spi_nor_hwcaps_read2cmd(u32 hwcaps) in spi_nor_hwcaps_read2cmd()
2580 static int spi_nor_hwcaps_pp2cmd(u32 hwcaps) in spi_nor_hwcaps_pp2cmd()
2676 const struct spi_nor_hwcaps *hwcaps) in spi_nor_setup()
2789 struct spi_nor_hwcaps hwcaps = { in spi_nor_scan() local
/openbmc/linux/drivers/mtd/spi-nor/
H A Dxilinx.c117 const struct spi_nor_hwcaps *hwcaps) in xilinx_nor_setup()
H A Dcore.c2237 static int spi_nor_hwcaps2cmd(u32 hwcaps, const int table[][2], size_t size) in spi_nor_hwcaps2cmd()
2248 int spi_nor_hwcaps_read2cmd(u32 hwcaps) in spi_nor_hwcaps_read2cmd()
2273 int spi_nor_hwcaps_pp2cmd(u32 hwcaps) in spi_nor_hwcaps_pp2cmd()
2371 spi_nor_spimem_adjust_hwcaps(struct spi_nor *nor, u32 *hwcaps) in spi_nor_spimem_adjust_hwcaps()
2630 const struct spi_nor_hwcaps *hwcaps) in spi_nor_default_setup()
2734 const struct spi_nor_hwcaps *hwcaps) in spi_nor_setup()
3466 const struct spi_nor_hwcaps *hwcaps) in spi_nor_scan()
3628 const struct spi_nor_hwcaps hwcaps = { .mask = SNOR_HWCAPS_ALL }; in spi_nor_probe() local
H A Ddebugfs.c188 u32 hwcaps = params->hwcaps.mask; in spi_nor_capabilities_show() local
H A Dsfdp.c51 u32 hwcaps; member
131 u32 hwcaps; member
H A Dcore.h395 struct spi_nor_hwcaps hwcaps; member
/openbmc/linux/arch/sparc/kernel/
H A Dsetup_64.c393 static const char *hwcaps[] = { variable
/openbmc/linux/drivers/net/hyperv/
H A Drndis_filter.c671 struct ndis_offload *hwcaps; in rndis_filter_query_device() local
1353 struct ndis_offload hwcaps; in rndis_netdev_set_hwcaps() local
/openbmc/linux/drivers/mtd/spi-nor/controllers/
H A Dnxp-spifi.c282 struct spi_nor_hwcaps hwcaps = { in nxp_spifi_setup_flash() local
H A Dhisi-sfc.c329 const struct spi_nor_hwcaps hwcaps = { in hisi_spi_nor_register() local
/openbmc/linux/tools/testing/selftests/arm64/abi/
H A Dhwcap.c301 } hwcaps[] = { variable
/openbmc/qemu/linux-user/
H A Delfload.c506 uint32_t hwcaps = 0; in get_elf_hwcap() local
558 uint64_t hwcaps = 0; in get_elf_hwcap2() local
784 uint32_t hwcaps = 0; in get_elf_hwcap() local
824 uint64_t hwcaps = 0; in get_elf_hwcap2() local
1276 uint32_t hwcaps = 0; in get_elf_hwcap() local
1447 uint32_t hwcaps = 0; in get_elf_hwcap() local
/openbmc/linux/arch/arm64/kernel/
H A Dcpufeature.c2962 static void setup_elf_hwcaps(const struct arm64_cpu_capabilities *hwcaps) in setup_elf_hwcaps()