Home
last modified time | relevance | path

Searched refs:ep (Results 1 – 25 of 33) sorted by relevance

12

/arch/x86/lib/
A Dbootm.c129 images->ep = (ulong)base_ptr; in boot_prep_linux()
130 } else if (images->ep) { in boot_prep_linux()
131 cmd_line_dest = (void *)images->ep + COMMAND_LINE_OFFSET; in boot_prep_linux()
137 printf("Setup at %#08lx\n", images->ep); in boot_prep_linux()
138 ret = setup_zimage((void *)images->ep, cmd_line_dest, in boot_prep_linux()
240 images->ep, images->os.load); in boot_jump_linux()
242 return boot_linux_kernel(images->ep, images->os.load, in boot_jump_linux()
/arch/arm/lib/
A Dbootm.c275 (u64)images.ep, in switch_to_el1()
279 images.ep, in switch_to_el1()
294 void *res2))images->ep; in boot_jump_linux()
318 (u64)images->ep, in boot_jump_linux()
322 images->ep, in boot_jump_linux()
333 kernel_entry = (void (*)(int, int, uint))images->ep; in boot_jump_linux()
424 ((void (*)(void *))images->ep)(images->ft_addr); in boot_jump_vxworks()
/arch/arm/include/asm/
A Dmacro.h157 .macro armv8_switch_to_el2_m, ep, flag, tmp
210 msr elr_el3, \ep
229 msr elr_el3, \ep
244 .macro armv8_switch_to_el1_m, ep, flag, tmp, tmp2
309 msr elr_el2, \ep
323 msr elr_el2, \ep
/arch/arm/mach-keystone/
A Dmon.c35 int mon_power_on(int core_id, void *ep) in mon_power_on() argument
48 : "r" (core_id), "r" (ep) in mon_power_on()
/arch/riscv/lib/
A Dbootm.c83 kernel = (void (*)(ulong, void *))images->ep; in boot_jump_linux()
95 ret = smp_call_function(images->ep, in boot_jump_linux()
/arch/sh/lib/
A Dbootm.c48 void (*kernel) (void) = (void (*)(void))images->ep; in do_bootm_linux()
55 unsigned long size = images->ep - (unsigned long)param; in do_bootm_linux()
/arch/arm/mach-keystone/include/mach/
A Dmon.h13 int mon_power_on(int core_id, void *ep);
/arch/arm/mach-imx/imx8m/
A Dpsci.c79 const u64 ep = CONFIG_SPL_TEXT_BASE; in psci_cpu_on_write_entry_point() local
84 writel((u32)(ep >> 24) & 0xffff, in psci_cpu_on_write_entry_point()
87 writel((u32)(ep >> 2) & 0x3fffff, in psci_cpu_on_write_entry_point()
/arch/mips/mach-mtmips/mt7621/spl/
A Ddram.h20 u32 ep; member
A Ddram.c139 if (be32_to_cpu(stock_stage_bin->ep) != STAGE_LOAD_ADDR) in prepare_stage_bin()
/arch/arm/mach-at91/include/mach/
A Datmel_usba_udc.h61 .ep = usba_udc_ep,
/arch/nios2/lib/
A Dbootm.c22 void (*kernel)(int, int, int, char *) = (void *)images->ep; in do_bootm_linux()
/arch/xtensa/lib/
A Dbootm.c179 (ulong)images->ep); in do_bootm_linux()
193 : : "a" (params_start), "a" (images->ep) in do_bootm_linux()
/arch/powerpc/lib/
A Dbootm.c51 ulong, ulong, ulong))images->ep; in boot_jump_linux()
274 ulong, ulong, ulong))images->ep)(images->ft_addr, in boot_jump_vxworks()
/arch/m68k/lib/
A Dbootm.c61 kernel = (void (*)(struct bd_info *, ulong, ulong, ulong, ulong))images->ep; in do_bootm_linux()
/arch/microblaze/lib/
A Dbootm.c34 thekernel = (void (*)(char *, ulong, ulong))images->ep; in boot_jump_linux()
/arch/arc/lib/
A Dbootm.c58 kernel_entry = images->ep; in boot_jump_linux()
/arch/sandbox/lib/
A Dbootm.c77 images->ep); in do_bootm_linux()
/arch/arm/include/asm/arch-rockchip/
A Df_rockusb.h78 void (*cb)(struct usb_ep *ep, struct usb_request *req);
/arch/arm/mach-imx/mx7/
A Dpsci-mx7.c187 __secure s32 psci_cpu_on(u32 __always_unused function_id, u32 mpidr, u32 ep, in psci_cpu_on() argument
204 psci_save(cpu, ep, context_id); in psci_cpu_on()
601 u32 ep, u32 context_id) in psci_system_suspend() argument
606 psci_save(0, ep, context_id); in psci_system_suspend()
/arch/arm/dts/
A Dfsl-ls1088a.dtsi589 pcie_ep1: pcie-ep@3400000 {
590 compatible = "fsl,ls1088a-pcie-ep", "fsl,ls-pcie-ep";
626 pcie_ep2: pcie-ep@3500000 {
627 compatible = "fsl,ls1088a-pcie-ep", "fsl,ls-pcie-ep";
662 pcie_ep3: pcie-ep@3600000 {
663 compatible = "fsl,ls1088a-pcie-ep", "fsl,ls-pcie-ep";
A Dat91sam9rl.dtsi298 ep@0 {
304 ep@1 {
312 ep@2 {
320 ep@3 {
327 ep@4 {
334 ep@5 {
342 ep@6 {
A Dat91sam9x5.dtsi1124 ep@0 {
1130 ep@1 {
1138 ep@2 {
1146 ep@3 {
1153 ep@4 {
1160 ep@5 {
1168 ep@6 {
A Dfsl-ls1046a.dtsi362 compatible = "fsl,ls-pcie-ep";
390 compatible = "fsl,ls-pcie-ep";
417 compatible = "fsl,ls-pcie-ep";
A Dat91sam9g45.dtsi1165 ep@0 {
1171 ep@1 {
1179 ep@2 {
1187 ep@3 {
1194 ep@4 {
1201 ep@5 {
1209 ep@6 {

Completed in 47 milliseconds

12