Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kernel/
Dtime.c473 static struct etr_eacr etr_eacr; variable
492 etr_eacr = (struct etr_eacr) { in etr_reset()
496 if (etr_setr(&etr_eacr) == 0) { in etr_reset()
547 if (!etr_eacr.sl) in etr_switch_to_local()
551 etr_eacr.es = etr_eacr.sl = 0; in etr_switch_to_local()
552 etr_setr(&etr_eacr); in etr_switch_to_local()
566 if (!etr_eacr.es) in etr_sync_check()
570 etr_eacr.es = 0; in etr_sync_check()
571 etr_setr(&etr_eacr); in etr_sync_check()
615 static inline int etr_mode_is_pps(struct etr_eacr eacr) in etr_mode_is_pps()
[all …]
/linux-4.4.14/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()