Searched refs:threshold_bank (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | amd_nb.h | 52 struct threshold_bank { struct 66 struct threshold_bank *bank4;
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
H A D | amd.c | 194 static DEFINE_PER_CPU(struct threshold_bank **, threshold_banks); 1039 struct threshold_bank **bp = this_cpu_read(threshold_banks); in amd_threshold_interrupt() 1237 static int allocate_threshold_blocks(unsigned int cpu, struct threshold_bank *tb, in allocate_threshold_blocks() 1314 static int __threshold_add_blocks(struct threshold_bank *b) in __threshold_add_blocks() 1338 static int threshold_create_bank(struct threshold_bank **bp, unsigned int cpu, in threshold_create_bank() 1343 struct threshold_bank *b = NULL; in threshold_create_bank() 1370 b = kzalloc(sizeof(struct threshold_bank), GFP_KERNEL); in threshold_create_bank() 1414 static void deallocate_threshold_blocks(struct threshold_bank *bank) in deallocate_threshold_blocks() 1426 static void __threshold_remove_blocks(struct threshold_bank *b) in __threshold_remove_blocks() 1437 static void threshold_remove_bank(struct threshold_bank *ban [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/ |
H A D | amd.c | 232 static DEFINE_PER_CPU(struct threshold_bank **, threshold_banks); 871 struct threshold_bank **bp = this_cpu_read(threshold_banks); in amd_threshold_interrupt() 1070 static int allocate_threshold_blocks(unsigned int cpu, struct threshold_bank *tb, in allocate_threshold_blocks() 1147 static int __threshold_add_blocks(struct threshold_bank *b) in __threshold_add_blocks() 1171 static int threshold_create_bank(struct threshold_bank **bp, unsigned int cpu, in threshold_create_bank() 1176 struct threshold_bank *b = NULL; in threshold_create_bank() 1203 b = kzalloc(sizeof(struct threshold_bank), GFP_KERNEL); in threshold_create_bank() 1247 static void deallocate_threshold_blocks(struct threshold_bank *bank) in deallocate_threshold_blocks() 1259 static void __threshold_remove_blocks(struct threshold_bank *b) in __threshold_remove_blocks() 1270 static void threshold_remove_bank(struct threshold_bank *ban [all...] |
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | amd_nb.h | 54 struct threshold_bank { struct 68 struct threshold_bank *bank4;
|
Completed in 5 milliseconds