Searched refs:patch_id (Results 1 – 9 of 9) 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/x86/kernel/cpu/microcode/ |
| H A D | amd.c | 49 u32 patch_id; member 72 u32 patch_id; member 155 u32 patch_id; member 164 u32 patch_id = *(u32 *)key; in cmp_id() local 166 if (patch_id == pd->patch_id) in cmp_id() 168 else if (patch_id < pd->patch_id) in cmp_id() 268 static bool verify_sha256_digest(u32 patch_id, u32 cur_rev, const u8 *data, unsigned int len) in verify_sha256_digest() argument 283 pd = bsearch(&patch_id, phashe in verify_sha256_digest() [all...] |
| /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/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/include/linux/mfd/ |
| H A D | si476x-core.h | 258 u16 patch_id; member
|
| /linux/arch/riscv/kernel/ |
| H A D | cpufeature.c | 1210 id = PATCH_ID_CPUFEATURE_ID(alt->patch_id); in riscv_cpufeature_patch_func() 1232 value = PATCH_ID_CPUFEATURE_VALUE(alt->patch_id); in riscv_cpufeature_patch_func()
|
| /linux/drivers/mfd/ |
| H A D | si476x-cmd.c | 419 info->patch_id = ((u16) resp[4] << 8) | resp[5]; in si476x_core_cmd_func_info()
|