Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/mm/
Dfault.c73 unsigned char instr_lo = opcode & 0x0f; in check_prefetch_opcode() local
84 return ((instr_lo & 7) == 0x6); in check_prefetch_opcode()
94 return (instr_lo & 0xC) == 0x4; in check_prefetch_opcode()
97 return !instr_lo || (instr_lo>>1) == 1; in check_prefetch_opcode()
103 *prefetch = (instr_lo == 0xF) && in check_prefetch_opcode()