Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mce/
Damd.c292 struct threshold_block *b;
312 static const char *bank4_names(const struct threshold_block *b) in bank4_names()
347 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid()
422 static void mce_threshold_block_init(struct threshold_block *b, int offset) in mce_threshold_block_init()
524 struct threshold_block b; in prepare_threshold_block()
987 static void log_and_reset_block(struct threshold_block *block) in log_and_reset_block()
1016 struct threshold_block *first_block = NULL, *block = NULL, *tmp = NULL; in amd_threshold_interrupt()
1043 ssize_t (*show) (struct threshold_block *, char *);
1044 ssize_t (*store) (struct threshold_block *, const char *, size_t count);
1048 static ssize_t show_ ## name(struct threshold_block *b, char *buf) \
[all …]
/arch/x86/include/asm/
Damd_nb.h35 struct threshold_block { struct
57 struct threshold_block *blocks; argument