Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce.c2155 static DEVICE_INT_ATTR(tolerant, 0644, mca_cfg.tolerant);
2156 static DEVICE_INT_ATTR(monarch_timeout, 0644, mca_cfg.monarch_timeout);
/Linux-v4.19/include/linux/
Ddevice.h604 #define DEVICE_INT_ATTR(_name, _mode, _var) \ macro