Searched refs:patch_id (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | alternative-macros.h | 9 .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 D | alternative.h | 45 u32 patch_id; /* The patch ID (erratum ID or cpufeature ID) */ member
|
| /linux/arch/riscv/errata/mips/ |
| H A D | errata.c | 53 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 D | errata.c | 96 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 D | bmi.h | 137 __le32 patch_id; member 177 __le32 patch_id; member 180 __le32 patch_id; member
|
| /linux/arch/riscv/errata/thead/ |
| H A D | errata.c | 203 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 D | cpufeature.c | 1266 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()
|