Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/kernel/
Dtime.c476 static struct etr_eacr etr_eacr; variable
495 etr_eacr = (struct etr_eacr) { in etr_reset()
499 if (etr_setr(&etr_eacr) == 0) { in etr_reset()
550 if (!etr_eacr.sl) in etr_switch_to_local()
554 etr_eacr.es = etr_eacr.sl = 0; in etr_switch_to_local()
555 etr_setr(&etr_eacr); in etr_switch_to_local()
568 if (!etr_eacr.es) in etr_sync_check()
572 etr_eacr.es = 0; in etr_sync_check()
573 etr_setr(&etr_eacr); in etr_sync_check()
611 static inline int etr_mode_is_pps(struct etr_eacr eacr) in etr_mode_is_pps()
[all …]
/linux-4.1.27/arch/s390/include/asm/
Detr.h9 struct etr_eacr { struct
45 struct etr_eacr eacr; /* attachment control register */
141 static inline int etr_setr(struct etr_eacr *ctrl) in etr_setr()