Home
last modified time | relevance | path

Searched refs:THEAD_VENDOR_ID (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/riscv/include/asm/
H A Derrata_list.h72 "li %0, %2\t\nslli %0,%0,%4", THEAD_VENDOR_ID, \
96 "2:", THEAD_VENDOR_ID, \
153 THEAD_SYNC_S, THEAD_VENDOR_ID, \
167 THEAD_VENDOR_ID, ERRATA_THEAD_PMU, \
H A Dvendorid_list.h10 #define THEAD_VENDOR_ID 0x5b7 macro
/openbmc/qemu/target/riscv/
H A Dcpu_vendorid.h4 #define THEAD_VENDOR_ID 0x5b7 macro
H A Dth_csr.c47 if (cpu->cfg.mvendorid != THEAD_VENDOR_ID) { in test_thead_mvendorid()
H A Dcpu.c532 cpu->cfg.mvendorid = THEAD_VENDOR_ID; in rv64_thead_c906_cpu_init()
/openbmc/linux/arch/riscv/errata/thead/
H A Derrata.c99 if (alt->vendor_id != THEAD_VENDOR_ID) in thead_errata_patch_func()
/openbmc/linux/arch/riscv/kernel/
H A Dalternative.c56 case THEAD_VENDOR_ID: in riscv_fill_cpu_mfr_info()
H A Dcpufeature.c413 if (acpi_disabled && boot_vendorid == THEAD_VENDOR_ID && boot_archid == 0x0) { in riscv_fill_hwcap_from_isa_string()
/openbmc/linux/drivers/perf/
H A Driscv_pmu_sbi.c814 riscv_cached_mvendorid(0) == THEAD_VENDOR_ID && in pmu_sbi_setup_irqs()