Searched refs:jump (Results 1 – 11 of 11) sorted by relevance
195 int jump = -1, rc = X86EMUL_OKAY; in pv_emulate_gate_op() local245 ++jump; in pv_emulate_gate_op()248 ++jump; in pv_emulate_gate_op()259 ++jump; in pv_emulate_gate_op()262 ++jump; in pv_emulate_gate_op()281 jump < 0 || in pv_emulate_gate_op()292 (!jump || (ar & _SEGMENT_EC) ? in pv_emulate_gate_op()310 if ( !jump ) in pv_emulate_gate_op()
551 struct jump_key *jump = NULL; in get_prompt_str() local563 jump = xmalloc(sizeof(struct jump_key)); in get_prompt_str()572 jump->target = prop->menu; in get_prompt_str()574 jump->target = location; in get_prompt_str()577 jump->index = 0; in get_prompt_str()579 jump->index = list_entry(head->prev, struct jump_key, in get_prompt_str()582 list_add_tail(&jump->entries, head); in get_prompt_str()589 if (jump && menu == location) in get_prompt_str()590 jump->offset = strlen(r->s); in get_prompt_str()
26 uint16_t jump; member
5 builder how to load and jump into the kernel entry point:13 jump into the entry point defined at `XEN_ELFNOTE_PHYS32_ENTRY` with the
22 * trampoline - a jump to a new instruction.78 The second mechanism is by ti replace the call or jump to the81 A third mechanism is to add a jump to the new function at the161 existing function to be patched to jump directly to the new code. This163 CPU branching logic (I-cache, but it is just one unconditional jump).187 old `do_xen_version' function to directly jump to the new `do_xen_version`.205 In summary this example patched the affected function to jump to the210 * Optionally we can insert in the old function a trampoline jump to an function213 The disadvantage of this are that the unconditional jump will consume a small879 as well. And switch-style jump tables.
33 uint16_t jump; member
610 uint16_t jump; member
36 # to jump to the line corresponding to a message.
82 Define the basic ia64 jump buffer
4125 ;; far jump to flush CPU queue after transition to protected mode4152 ;; far jump to flush CPU queue after transition to real mode8947 jz f0_missing ;; jump if no drive08956 jz f1_missing ;; jump if no drive110313 ;; far jump to flush CPU queue after transition to real mode10796 ;; 0x05 = eoi + jmp via [0x40:0x67] jump10800 ;; 0x0A = jmp via [0x40:0x67] jump
2775 + * jump to the next level
Completed in 43 milliseconds