Searched refs:saved_upcall_mask (Results 1 – 6 of 6) sorted by relevance
278 shll $16,%eax # Bits 16-23: saved_upcall_mask280 .Lft5: movl %eax,%fs:4(%rsi) # CS / saved_upcall_mask282 testb %al,%al # Bits 0-7: saved_upcall_mask283 setz %ch # %ch == !saved_upcall_mask
146 uint8_t saved_upcall_mask; member
199 uint8_t saved_upcall_mask; member
309 shlq $32,%rax # Bits 32-39: saved_upcall_mask311 STORE_GUEST_STACK(rax,3) # CS / saved_upcall_mask313 testb $0xFF,%al # Bits 0-7: saved_upcall_mask314 setz %ch # %ch == !saved_upcall_mask
44 OFFSET(UREGS_saved_upcall_mask, struct cpu_user_regs, saved_upcall_mask); in __dummy__()
503 regs->saved_upcall_mask = 0xbf; in hvm_invalidate_regs_fields()
Completed in 14 milliseconds