Searched refs:StackAccess (Results 1 – 1 of 1) sorted by relevance
53 typedef struct StackAccess struct61 } StackAccess; argument63 static void pushw(StackAccess *sa, uint16_t val) in pushw()70 static void pushl(StackAccess *sa, uint32_t val) in pushl()77 static uint16_t popw(StackAccess *sa) in popw()86 static uint32_t popl(StackAccess *sa) in popl()654 StackAccess sa; in do_interrupt_protected()879 static void pushq(StackAccess *sa, uint64_t val) in pushq()885 static uint64_t popq(StackAccess *sa) in popq()935 StackAccess sa; in do_interrupt64()[all …]