Searched refs:acrstype (Results 1 – 1 of 1) sorted by relevance
19 typedef struct { int _[NUM_ACRS]; } acrstype; in save_access_regs() typedef21 asm volatile("stam 0,15,%0" : "=Q" (*(acrstype *)acrs)); in save_access_regs()26 typedef struct { int _[NUM_ACRS]; } acrstype; in restore_access_regs() typedef28 asm volatile("lam 0,15,%0" : : "Q" (*(acrstype *)acrs)); in restore_access_regs()