Home
last modified time | relevance | path

Searched refs:patch_id (Results 1 – 7 of 7) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dalternative-macros.h9 .macro ALT_ENTRY oldptr newptr vendor_id patch_id new_len
14 .4byte \patch_id
17 .macro ALT_NEW_CONTENT vendor_id, patch_id, enable = 1, new_c
20 ALT_ENTRY 886b, 888f, \vendor_id, \patch_id, 889f - 888f
36 .macro ALTERNATIVE_CFG old_c, new_c, vendor_id, patch_id, enable
44 ALT_NEW_CONTENT \vendor_id, \patch_id, \enable, "\new_c"
61 #define ALT_ENTRY(oldptr, newptr, vendor_id, patch_id, newlen) \ argument
66 ".4byte " patch_id "\n"
68 #define ALT_NEW_CONTENT(vendor_id, patch_id, enable, new_c) \ argument
71 ALT_ENTRY("886b", "888f", __stringify(vendor_id), __stringify(patch_id), "889f - 888f") \
[all …]
H A Dalternative.h45 u32 patch_id; /* The patch ID (erratum ID or cpufeature ID) */ member
/linux/arch/riscv/errata/mips/
H A Derrata.c53 if (alt->patch_id >= ERRATA_MIPS_NUMBER) { in mips_errata_patch_func()
55 alt->patch_id); in mips_errata_patch_func()
59 tmp = (1U << alt->patch_id); in mips_errata_patch_func()
/linux/arch/riscv/errata/sifive/
H A Derrata.c96 if (alt->patch_id >= ERRATA_SIFIVE_NUMBER) in sifive_errata_patch_func()
99 tmp = (1U << alt->patch_id); in sifive_errata_patch_func()
/linux/drivers/net/wireless/ath/ath10k/
H A Dbmi.h137 __le32 patch_id; member
177 __le32 patch_id; member
180 __le32 patch_id; member
/linux/arch/riscv/errata/thead/
H A Derrata.c203 if (alt->patch_id >= ERRATA_THEAD_NUMBER) in thead_errata_patch_func()
206 tmp = (1U << alt->patch_id); in thead_errata_patch_func()
/linux/arch/riscv/kernel/
H A Dcpufeature.c1266 id = PATCH_ID_CPUFEATURE_ID(alt->patch_id); in riscv_cpufeature_patch_func()
1288 value = PATCH_ID_CPUFEATURE_VALUE(alt->patch_id); in riscv_cpufeature_patch_func()