Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dswitch_to.h21 typedef struct { int _[NUM_ACRS]; } acrstype; in save_access_regs() typedef
23 asm volatile("stam 0,15,%0" : "=Q" (*(acrstype *)acrs)); in save_access_regs()
28 typedef struct { int _[NUM_ACRS]; } acrstype; in restore_access_regs() typedef
30 asm volatile("lam 0,15,%0" : : "Q" (*(acrstype *)acrs)); in restore_access_regs()