/kernel/linux/linux-5.10/tools/testing/selftests/arm64/pauth/ |
H A D | exec_target.c | 13 unsigned long hwcaps; in main() local
|
H A D | pac.c | 258 unsigned long hwcaps = getauxval(AT_HWCAP); in TEST() local 301 unsigned long hwcaps = getauxval(AT_HWCAP); in TEST() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/pauth/ |
H A D | exec_target.c | 13 unsigned long hwcaps; in main() local
|
H A D | pac.c | 258 unsigned long hwcaps = getauxval(AT_HWCAP); in TEST() local 301 unsigned long hwcaps = getauxval(AT_HWCAP); in TEST() local
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
H A D | xilinx.c | 40 xilinx_nor_setup(struct spi_nor *nor, const struct spi_nor_hwcaps *hwcaps) xilinx_nor_setup() argument
|
H A D | sfdp.c | 39 u32 hwcaps; member 119 u32 hwcaps; member [all...] |
H A D | core.h | 216 struct spi_nor_hwcaps hwcaps; member
|
H A D | core.c | 2241 static int spi_nor_hwcaps2cmd(u32 hwcaps, const int table[][2], size_t size) in spi_nor_hwcaps2cmd() argument 2252 int spi_nor_hwcaps_read2cmd(u32 hwcaps) in spi_nor_hwcaps_read2cmd() argument 2276 static int spi_nor_hwcaps_pp2cmd(u32 hwcaps) in spi_nor_hwcaps_pp2cmd() argument 2380 spi_nor_spimem_adjust_hwcaps(struct spi_nor *nor, u32 *hwcaps) in spi_nor_spimem_adjust_hwcaps() argument 2628 spi_nor_default_setup(struct spi_nor *nor, const struct spi_nor_hwcaps *hwcaps) spi_nor_default_setup() argument 2689 spi_nor_setup(struct spi_nor *nor, const struct spi_nor_hwcaps *hwcaps) spi_nor_setup() argument 3141 spi_nor_scan(struct spi_nor *nor, const char *name, const struct spi_nor_hwcaps *hwcaps) spi_nor_scan() argument 3356 const struct spi_nor_hwcaps hwcaps = { .mask = SNOR_HWCAPS_ALL }; spi_nor_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
H A D | xilinx.c | 116 xilinx_nor_setup(struct spi_nor *nor, const struct spi_nor_hwcaps *hwcaps) xilinx_nor_setup() argument
|
H A D | debugfs.c | 188 u32 hwcaps = params->hwcaps.mask; in spi_nor_capabilities_show() local [all...] |
H A D | sfdp.c | 51 u32 hwcaps; member 131 u32 hwcaps; member [all...] |
H A D | core.h | 395 struct spi_nor_hwcaps hwcaps; member
|
H A D | core.c | 2237 static int spi_nor_hwcaps2cmd(u32 hwcaps, const int table[][2], size_t size) in spi_nor_hwcaps2cmd() argument 2248 int spi_nor_hwcaps_read2cmd(u32 hwcaps) in spi_nor_hwcaps_read2cmd() argument 2273 int spi_nor_hwcaps_pp2cmd(u32 hwcaps) in spi_nor_hwcaps_pp2cmd() argument 2371 spi_nor_spimem_adjust_hwcaps(struct spi_nor *nor, u32 *hwcaps) in spi_nor_spimem_adjust_hwcaps() argument 2629 spi_nor_default_setup(struct spi_nor *nor, const struct spi_nor_hwcaps *hwcaps) spi_nor_default_setup() argument 2733 spi_nor_setup(struct spi_nor *nor, const struct spi_nor_hwcaps *hwcaps) spi_nor_setup() argument 3465 spi_nor_scan(struct spi_nor *nor, const char *name, const struct spi_nor_hwcaps *hwcaps) spi_nor_scan() argument 3628 const struct spi_nor_hwcaps hwcaps = { .mask = SNOR_HWCAPS_ALL }; spi_nor_probe() local [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | setup_64.c | 395 static const char *hwcaps[] = { variable [all...] |
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | setup_64.c | 393 static const char *hwcaps[] = { variable [all...] |
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/ |
H A D | nxp-spifi.c | 283 struct spi_nor_hwcaps hwcaps = { in nxp_spifi_setup_flash() local
|
H A D | aspeed-smc.c | 762 const struct spi_nor_hwcaps hwcaps = { in aspeed_smc_setup_flash() local
|
H A D | intel-spi.c | 911 const struct spi_nor_hwcaps hwcaps = { in intel_spi_probe() local
|
H A D | hisi-sfc.c | 329 const struct spi_nor_hwcaps hwcaps = { in hisi_spi_nor_register() local
|
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/controllers/ |
H A D | nxp-spifi.c | 282 struct spi_nor_hwcaps hwcaps = { in nxp_spifi_setup_flash() local
|
H A D | hisi-sfc.c | 329 const struct spi_nor_hwcaps hwcaps = { in hisi_spi_nor_register() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/ |
H A D | hwcap.c | 301 } hwcaps[] = { variable
|
/kernel/linux/linux-5.10/drivers/net/hyperv/ |
H A D | rndis_filter.c | 588 struct ndis_offload *hwcaps; in rndis_filter_query_device() local 1251 struct ndis_offload hwcaps; in rndis_netdev_set_hwcaps() local [all...] |
/kernel/linux/linux-6.6/drivers/net/hyperv/ |
H A D | rndis_filter.c | 671 struct ndis_offload *hwcaps; in rndis_filter_query_device() local 1353 struct ndis_offload hwcaps; in rndis_netdev_set_hwcaps() local [all...] |
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | cpufeature.c | 2379 static void __init setup_elf_hwcaps(const struct arm64_cpu_capabilities *hwcaps) in setup_elf_hwcaps() argument
|