Home
last modified time | relevance | path

Searched refs:threshold_block (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kernel/cpu/mce/
Damd.c312 struct threshold_block *b;
332 static const char *bank4_names(const struct threshold_block *b) in bank4_names()
367 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid()
446 static void mce_threshold_block_init(struct threshold_block *b, int offset) in mce_threshold_block_init()
548 struct threshold_block b; in prepare_threshold_block()
1022 static void log_and_reset_block(struct threshold_block *block) in log_and_reset_block()
1051 struct threshold_block *first_block = NULL, *block = NULL, *tmp = NULL; in amd_threshold_interrupt()
1087 ssize_t (*show) (struct threshold_block *, char *);
1088 ssize_t (*store) (struct threshold_block *, const char *, size_t count);
1092 static ssize_t show_ ## name(struct threshold_block *b, char *buf) \
[all …]
/arch/x86/include/asm/
Damd_nb.h34 struct threshold_block { struct
56 struct threshold_block *blocks; argument