Searched refs:saved_upcall_mask (Results 1 – 5 of 5) sorted by relevance
313 shll $16,%eax # Bits 16-23: saved_upcall_mask315 .Lft5: movl %eax,%fs:4(%rsi) # CS / saved_upcall_mask317 testb %al,%al # Bits 0-7: saved_upcall_mask318 setz %ch # %ch == !saved_upcall_mask
146 uint8_t saved_upcall_mask; member
199 uint8_t saved_upcall_mask; member
466 shlq $32,%rax # Bits 32-39: saved_upcall_mask468 STORE_GUEST_STACK(rax,3) # CS / saved_upcall_mask470 testb $0xFF,%al # Bits 0-7: saved_upcall_mask471 setz %ch # %ch == !saved_upcall_mask
555 regs->saved_upcall_mask = 0xbf; in hvm_invalidate_regs_fields()
Completed in 10 milliseconds