Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Dswitch_to.h19 typedef struct { int _[NUM_ACRS]; } acrstype; in save_access_regs() typedef
21 asm volatile("stam 0,15,%0" : "=Q" (*(acrstype *)acrs)); in save_access_regs()
26 typedef struct { int _[NUM_ACRS]; } acrstype; in restore_access_regs() typedef
28 asm volatile("lam 0,15,%0" : : "Q" (*(acrstype *)acrs)); in restore_access_regs()