Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmc146818rtc.h41 static inline void lock_cmos(unsigned char reg) in lock_cmos() function
74 lock_cmos(reg)
83 #define lock_cmos(reg) do { } while (0) macro
Dmach_traps.h33 lock_cmos(0); /* register doesn't matter here */ in reassert_nmi()