Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/post/lib_powerpc/
H 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()
/rk3399_rockchip-uboot/doc/
H 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
110 language are stub functions that perform the jump through the jump
H A DREADME.sdp74 boot.scr:load 0x12000000,jump 0x12000000
89 SPL:jump header2
95 u-boot.img:jump header2
H A DREADME.xtensa53 U-Boot provides a jump table of entrypoints to exported functions
64 windowed ABI implemented in hardware. It makes using a jump table to an
68 be passed in registers. The most efficient approach is to have the jump
H A DREADME.NDS3224 - PC relative jump and PC read instructions for efficient position independent
H A DREADME.TPL12 SPL. It loads the final uboot image into DDR, then jump to it to begin
H A DREADME.mpc85xx-spin-table20 TLB. While booting, they set up another TLB in AS=1 space and jump into
H A DREADME.arm-relocation96 to copy, just go on with bss clear and jump to board_init_r.
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dmenu.c559 struct jump_key *jump = NULL; in get_prompt_str() local
571 jump = xmalloc(sizeof(struct jump_key)); in get_prompt_str()
580 jump->target = prop->menu; in get_prompt_str()
582 jump->target = location; in get_prompt_str()
585 jump->index = 0; in get_prompt_str()
587 jump->index = list_entry(head->prev, struct jump_key, in get_prompt_str()
590 list_add_tail(&jump->entries, head); in get_prompt_str()
597 if (jump && menu == location) in get_prompt_str()
598 jump->offset = strlen(r->s); in get_prompt_str()
/rk3399_rockchip-uboot/Licenses/
H A DExceptions6 use U-Boot services by means of the jump table provided by U-Boot
H A DREADME10 applications that use U-Boot services by means of the jump table
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dbootparam.h35 __u16 jump; member
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dlowlevel_init.S80 @ At that moment, IRQ will be pending and ARM will jump to Non Secure
/rk3399_rockchip-uboot/tools/
H A Dmxsimage.h173 } jump; member
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/
H A Dsec_entry_cpu1.S53 @ At that moment, IRQ will be pending and ARM will jump to Non Secure
/rk3399_rockchip-uboot/board/imgtec/xilfpga/
H A DREADME52 1- JTAG load the binary and jump into it.
/rk3399_rockchip-uboot/lib/efi/
H A DKconfig6 EFI to perform most of the system init and then jump to U-Boot for
/rk3399_rockchip-uboot/arch/xtensa/cpu/
H A Dstart.S381 bnei a2, 5, 1f # jump if not alloca exception
386 jx a2 # jump to fast_alloca_exception
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dstart.c167 SANDBOX_CMDLINE_OPT_SHORT(jump, 'j', 1, "Jumped from previous U-Boot");
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dvectors.S244 movs pc, lr @ jump to next instruction & switch modes.
/rk3399_rockchip-uboot/board/freescale/mpc8536ds/
H A DREADME16 configure the L2SRAM, then copy the second stage image to L2SRAM and jump
/rk3399_rockchip-uboot/arch/sh/lib/
H A Dmovmem.S48 ! jump to movmem+
/rk3399_rockchip-uboot/drivers/crypto/fsl/
H A Ddesc_constr.h196 APPEND_CMD_RET(jump, JUMP) in APPEND_CMD_RET() argument
/rk3399_rockchip-uboot/drivers/ddr/altera/
H A Dsequencer.c847 static void rw_mgr_mem_init_load_regs(u32 cntr0, u32 cntr1, u32 cntr2, u32 jump) in rw_mgr_mem_init_load_regs() argument
861 writel(jump, &sdr_rw_load_jump_mgr_regs->load_jump_add0); in rw_mgr_mem_init_load_regs()
862 writel(jump, &sdr_rw_load_jump_mgr_regs->load_jump_add1); in rw_mgr_mem_init_load_regs()
863 writel(jump, &sdr_rw_load_jump_mgr_regs->load_jump_add2); in rw_mgr_mem_init_load_regs()
866 writel(jump, grpaddr); in rw_mgr_mem_init_load_regs()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A DKconfig134 allows to download images into memory and execute (jump to) them

12