Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcpu.h68 extern ssize_t cpu_show_srbds(struct device *dev, struct device_attribute *attr, char *buf);
/openbmc/linux/drivers/base/
H A Dcpu.c578 static DEVICE_ATTR(srbds, 0444, cpu_show_srbds, NULL);
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c2986 ssize_t cpu_show_srbds(struct device *dev, struct device_attribute *attr, char *buf) in cpu_show_srbds() function