| /arch/riscv/include/asm/ |
| A D | vendor_extensions.h | 45 #define riscv_cpu_isa_vendor_extension_available(cpu, vendor, ext) \ argument 47 #define riscv_isa_vendor_extension_available(vendor, ext) \ argument 51 static __always_inline bool riscv_has_vendor_extension_likely(const unsigned long vendor, in riscv_has_vendor_extension_likely() 64 static __always_inline bool riscv_has_vendor_extension_unlikely(const unsigned long vendor, in riscv_has_vendor_extension_unlikely() 77 static __always_inline bool riscv_cpu_has_vendor_extension_likely(const unsigned long vendor, in riscv_cpu_has_vendor_extension_likely() 90 static __always_inline bool riscv_cpu_has_vendor_extension_unlikely(const unsigned long vendor, in riscv_cpu_has_vendor_extension_unlikely()
|
| A D | cpufeature-macros.h | 18 static __always_inline bool __riscv_has_extension_likely(const unsigned long vendor, in __riscv_has_extension_likely() 32 static __always_inline bool __riscv_has_extension_unlikely(const unsigned long vendor, in __riscv_has_extension_unlikely()
|
| /arch/x86/include/asm/ |
| A D | cpu_device_id.h | 98 #define X86_MATCH_VENDOR_FAM_FEATURE(vendor, family, feature, data) \ argument 111 #define X86_MATCH_VENDOR_FEATURE(vendor, feature, data) \ argument 136 #define X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, data) \ argument 149 #define X86_MATCH_VENDOR_FAM(vendor, family, data) \ argument
|
| A D | setup_data.h | 11 uint16_t vendor; member
|
| /arch/x86/kernel/ |
| A D | probe_roms.c | 82 static bool match_id(struct pci_dev *pdev, unsigned short vendor, unsigned short device) in match_id() 97 static bool probe_list(struct pci_dev *pdev, unsigned short vendor, in probe_list() 122 unsigned short offset, vendor, device, list, rev; in find_oprom() local
|
| A D | mmconf-fam10h_64.c | 25 u32 vendor; member 80 u16 vendor; in get_fam10h_pci_mmconf_base() local
|
| A D | reboot_fixups_32.c | 58 unsigned int vendor; member
|
| A D | amd_nb.c | 126 u32 vendor = device & 0xffff; in early_is_amd_nb() local
|
| A D | early-quirks.c | 691 u32 vendor; member 749 u16 vendor; in check_dev_quirk() local
|
| /arch/parisc/kernel/vdso32/ |
| A D | note.S | 10 #define ASM_ELF_NOTE_BEGIN(name, flags, vendor, type) \ argument
|
| /arch/sh/kernel/vsyscall/ |
| A D | vsyscall-note.S | 10 #define ASM_ELF_NOTE_BEGIN(name, flags, vendor, type) \ argument
|
| /arch/powerpc/kernel/vdso/ |
| A D | note.S | 10 #define ASM_ELF_NOTE_BEGIN(name, flags, vendor, type) \ argument
|
| /arch/x86/platform/geode/ |
| A D | geos.c | 39 const char *vendor, *product; in geos_init() local
|
| A D | alix.c | 105 const char *vendor, *product; in alix_present_dmi() local
|
| /arch/riscv/kernel/ |
| A D | vendor_extensions.c | 40 bool __riscv_isa_vendor_extension_available(int cpu, unsigned long vendor, unsigned int bit) in __riscv_isa_vendor_extension_available()
|
| /arch/x86/xen/ |
| A D | efi.c | 21 static efi_char16_t vendor[100] __initdata; variable
|
| /arch/x86/pci/ |
| A D | broadcom_bus.c | 89 u16 vendor, device; in broadcom_postcore_init() local
|
| A D | mmconfig-shared.c | 271 u16 vendor, device; in pci_mmcfg_nvidia_mcp55() local 307 u32 vendor; member 348 u16 vendor, device; in pci_mmcfg_check_hostbridge() local
|
| A D | amd_bus.c | 96 u16 vendor; in early_root_info_init() local
|
| /arch/mips/loongson64/ |
| A D | env.c | 68 u16 vendor; in prom_lefi_init_env() local
|
| /arch/x86/platform/efi/ |
| A D | efi_64.c | 562 efi_thunk_get_variable(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_get_variable() 594 efi_thunk_set_variable(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_set_variable() 623 efi_thunk_set_variable_nonblocking(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_set_variable_nonblocking() 656 efi_guid_t *vendor) in efi_thunk_get_next_variable()
|
| /arch/loongarch/kernel/ |
| A D | cpu-probe.c | 234 uint64_t *vendor = (void *)(&cpu_full_name[VENDOR_OFFSET]); in cpu_probe_loongson() local
|
| /arch/x86/kernel/cpu/ |
| A D | cyrix.c | 263 u32 vendor, device; in init_cyrix() local
|
| A D | common.c | 1127 #define VULNWL(vendor, family, model, whitelist) \ argument 1203 #define VULNBL(vendor, family, model, blacklist) \ argument 2127 const char *vendor = NULL; in print_cpu_info() local
|
| /arch/loongarch/include/asm/ |
| A D | kvm_para.h | 12 #define HYPERCALL_ENCODE(vendor, code) ((vendor << HYPERVISOR_VENDOR_SHIFT) + code) argument
|