Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/coco/sev/
H A Dcore.c1922 u8 sign_byte; in vc_handle_mmio() local
1975 sign_byte = (*val & 0x80) ? 0xff : 0x00; in vc_handle_mmio()
1979 sign_byte = (*val & 0x8000) ? 0xff : 0x00; in vc_handle_mmio()
1983 memset(reg_data, sign_byte, insn->opnd_bytes); in vc_handle_mmio()