Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/include/asm/
Dswitch_to.h146 typedef struct { int _[NUM_ACRS]; } acrstype; in save_access_regs() typedef
148 asm volatile("stam 0,15,%0" : "=Q" (*(acrstype *)acrs)); in save_access_regs()
153 typedef struct { int _[NUM_ACRS]; } acrstype; in restore_access_regs() typedef
155 asm volatile("lam 0,15,%0" : : "Q" (*(acrstype *)acrs)); in restore_access_regs()