Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsev-es.c834 int sign_byte; in vc_handle_mmio_twobyte_ops() local
880 sign_byte = (*val & 0x80) ? 0xff : 0x00; in vc_handle_mmio_twobyte_ops()
884 sign_byte = (*val & 0x8000) ? 0xff : 0x00; in vc_handle_mmio_twobyte_ops()
886 memset(reg_data, sign_byte, insn->opnd_bytes); in vc_handle_mmio_twobyte_ops()