Searched defs:jump (Results 1 - 7 of 7) sorted by relevance

/arch/cris/include/arch-v10/arch/
H A Dbug.h25 unsigned short jump; member in struct:bug_frame
37 "jump %1\n\t" \
48 "jump 0f\n\t" \
/arch/powerpc/include/asm/
H A Dmodule.h22 * modules are furthur away than this. So, we jump to a table of
28 /* 16 byte jump instruction sequence (4 instructions) */
29 unsigned int jump[4]; member in struct:ppc_plt_entry
/arch/x86/kernel/
H A Djump_label.c2 * jump label x86 support
22 char jump; member in struct:jump_code_union::__anon3213
67 code.jump = 0xe9;
72 * We are disabling this jump label. If it is not what
81 code.jump = 0xe9;
94 * are doing nop -> jump or jump -> nop transition, and assume
/arch/powerpc/kernel/
H A Dmodule_64.c101 jump, actually, to reset r2 (TOC+0x8000). */
104 /* 28 byte jump instruction sequence (7 instructions). We only
107 u32 jump[7]; member in struct:ppc64_stub_entry
114 * PPC64 uses 24 bit jumps, but we need to jump into other modules or
115 * the kernel which may be further. So we jump to a stub.
430 memcpy(entry->jump, ppc64_stub_insns, sizeof(ppc64_stub_insns));
441 entry->jump[0] |= PPC_HA(reladdr);
442 entry->jump[1] |= PPC_LO(reladdr);
447 /* Create stub to jump to function described in this OPD/ptr: we need the
/arch/frv/include/asm/
H A Dmath-emu.h167 * so this only needs to be modified for jump instructions.
173 .macro fp_put_pc src,jump=0 variable
191 * on error we jump to the fixup section, load the fault
192 * address into %a0 and jump to the exit.
/arch/m68k/include/asm/
H A Dmath-emu.h167 * so this only needs to be modified for jump instructions.
173 .macro fp_put_pc src,jump=0 variable
191 * on error we jump to the fixup section, load the fault
192 * address into %a0 and jump to the exit.
/arch/x86/include/uapi/asm/
H A Dbootparam.h55 __u16 jump; member in struct:setup_header

Completed in 613 milliseconds