Searched refs:__linearize (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | emulate.c | 722 static __always_inline int __linearize(struct x86_emulate_ctxt *ctxt, in __linearize() function 795 return __linearize(ctxt, addr, &max_size, size, write, false, in linearize() 809 rc = __linearize(ctxt, addr, &max_size, 1, false, true, ctxt->mode, &linear); in assign_eip() 937 * __linearize is expensive, so fetch as much as possible. We in __do_insn_fetch_bytes() 941 * __linearize is called with size 0 so that it does not do any in __do_insn_fetch_bytes() 945 rc = __linearize(ctxt, addr, &max_size, 0, false, true, ctxt->mode, in __do_insn_fetch_bytes()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | emulate.c | 687 static __always_inline int __linearize(struct x86_emulate_ctxt *ctxt, in __linearize() function 760 return __linearize(ctxt, addr, &max_size, size, write, false, in linearize() 774 rc = __linearize(ctxt, addr, &max_size, 1, false, true, ctxt->mode, &linear); in assign_eip() 902 * __linearize is expensive, so fetch as much as possible. We in __do_insn_fetch_bytes() 906 * __linearize is called with size 0 so that it does not do any in __do_insn_fetch_bytes() 910 rc = __linearize(ctxt, addr, &max_size, 0, false, true, ctxt->mode, in __do_insn_fetch_bytes()
|
Completed in 14 milliseconds