Searched refs:syscall_ptr (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/boot/uboot/lib/
H A Dglue.h39 void *syscall_ptr; variable
/freebsd-10.2-release/sys/boot/powerpc/uboot/
H A Dstart.S68 lis %r11, syscall_ptr@ha
69 addi %r11, %r11, syscall_ptr@l
89 GLOBAL(syscall_ptr)
/freebsd-10.2-release/sys/boot/arm/uboot/
H A Dstart.S101 ldr ip, =syscall_ptr
117 .globl syscall_ptr
118 syscall_ptr: label
/freebsd-10.2-release/sys/boot/uboot/common/
H A Dmain.c103 printf(" syscall entry = 0x%08x\n", (uint32_t)syscall_ptr);
406 syscall_ptr = sig->syscall;
407 if (syscall_ptr == NULL)

Completed in 104 milliseconds