Home
last modified time | relevance | path

Searched refs:jump (Results 1 – 25 of 53) sorted by relevance

123

/u-boot/post/lib_powerpc/
A Db.c30 extern void cpu_post_exec_31 (ulong *code, ulong *ctr, ulong *lr, ulong *jump,
39 ulong jump; in cpu_post_test_bc() local
56 cpu_post_exec_31 (code, &ctr, &lr, &jump, cr); in cpu_post_test_bc()
59 ret = pjump == jump ? 0 : -1; in cpu_post_test_bc()
157 int jump = jumpc && jumpd; in cpu_post_test_b() local
160 (cc << 3) + (cd << 1), 0, jump, decr, link, in cpu_post_test_b()
/u-boot/doc/
A DREADME.standalone4 1. The functions are exported by U-Boot via a jump table. The jump
6 (common/exports.c). Other routines may also modify the jump table,
7 however. The jump table can be accessed as the 'jt' field of the
8 'global_data' structure. The struct members for the jump table are
21 2. The pointer to the jump table is passed to the application in a
111 language are stub functions that perform the jump through the jump
A DREADME.mpc85xx-spin-table20 TLB. While booting, they set up another TLB in AS=1 space and jump into
A DREADME.TPL12 SPL. It loads the final uboot image into DDR, then jump to it to begin
A DREADME.bloblist65 When a part of U-Boot is about to jump to the next part, it can 'finish' the
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dconfig.mk6 PLATFORM_RELFLAGS += -msingle-pic-base -fno-jump-tables
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dconfig.mk7 PLATFORM_RELFLAGS += -msingle-pic-base -fno-jump-tables
/u-boot/scripts/kconfig/
A Dmenu.c709 struct jump_key *jump = NULL; in get_prompt_str() local
721 jump = xmalloc(sizeof(struct jump_key)); in get_prompt_str()
730 jump->target = prop->menu; in get_prompt_str()
732 jump->target = location; in get_prompt_str()
735 jump->index = 0; in get_prompt_str()
737 jump->index = list_entry(head->prev, struct jump_key, in get_prompt_str()
740 list_add_tail(&jump->entries, head); in get_prompt_str()
747 if (jump && menu == location) in get_prompt_str()
748 jump->offset = strlen(r->s); in get_prompt_str()
/u-boot/Licenses/
A DExceptions6 use U-Boot services by means of the jump table provided by U-Boot
/u-boot/board/bticino/mamoj/
A DREADME49 SPL:jump header2
54 u-boot-dtb.img:jump header2
/u-boot/doc/imx/misc/
A Dsdp.txt79 boot.scr:load 0x12000000,jump 0x12000000
94 SPL:jump header2
100 u-boot.img:jump header2
/u-boot/doc/arch/
A Dxtensa.rst56 U-Boot provides a jump table of entrypoints to exported functions
67 windowed ABI implemented in hardware. It makes using a jump table to an
71 be passed in registers. The most efficient approach is to have the jump
A Dnds32.rst29 - PC relative jump and PC read instructions for efficient position independent
/u-boot/arch/arm/mach-omap2/
A Dlowlevel_init.S79 @ At that moment, IRQ will be pending and ARM will jump to Non Secure
/u-boot/tools/
A Dmxsimage.h172 } jump; member
/u-boot/arch/x86/include/asm/
A Dbootparam.h43 __u16 jump; member
/u-boot/arch/arm/mach-omap2/omap5/
A Dsec_entry_cpu1.S52 @ At that moment, IRQ will be pending and ARM will jump to Non Secure
/u-boot/board/imgtec/xilfpga/
A DREADME52 1- JTAG load the binary and jump into it.
/u-boot/lib/efi/
A DKconfig7 EFI to perform most of the system init and then jump to U-Boot for
/u-boot/board/technexion/pico-imx6/
A DREADME41 SDPU: jump -addr 0x10000000
/u-boot/arch/xtensa/cpu/
A Dstart.S380 bnei a2, 5, 1f # jump if not alloca exception
385 jx a2 # jump to fast_alloca_exception
/u-boot/doc/board/freescale/
A Dmx6ul_14x14_evk.rst74 SDPU: jump -addr 0x877fffc0
/u-boot/arch/arm/lib/
A Dvectors.S234 movs pc, lr @ jump to next instruction & switch modes.
/u-boot/doc/board/xilinx/
A Dzynqmp-r5.rst120 Using TCM jump trampoline for address 0x10000000
/u-boot/doc/board/tbs/
A Dtbs2910.rst36 configuration, and since BT_FUSE_SEL is 0, this makes the SOC jump to serial
135 miniPC. The SoC will then jump to the serial download and wait for you.

Completed in 37 milliseconds

123