Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mce/
H A Damd.c231 struct threshold_block { struct
359 struct threshold_block *b;
365 static const char *bank4_names(const struct threshold_block *b) in bank4_names()
400 static bool lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid()
482 struct threshold_block *block, *tmp; in threshold_restart_bank()
509 static void mce_threshold_block_init(struct threshold_block *b, int offset) in mce_threshold_block_init()
569 struct threshold_block b; in prepare_threshold_block()
895 ssize_t (*show) (struct threshold_block *, char *);
896 ssize_t (*store) (struct threshold_block *, const char *, size_t count);
900 static ssize_t show_ ## name(struct threshold_block *b, char *buf) \
[all …]