Home
last modified time | relevance | path

Searched refs:syscall_ptr (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/stand/mips/uboot/
H A Dstart.S49 PTR_L t9, syscall_ptr
62 .globl syscall_ptr
63 syscall_ptr: label
/freebsd-12.1/stand/powerpc/uboot/
H A Dstart.S68 lis %r11, syscall_ptr@ha
69 addi %r11, %r11, syscall_ptr@l
89 GLOBAL(syscall_ptr)
/freebsd-12.1/stand/arm/uboot/
H A Dstart.S116 ldr ip, =syscall_ptr
132 .globl syscall_ptr
133 syscall_ptr: label
/freebsd-12.1/stand/uboot/lib/
H A Dglue.h59 void *syscall_ptr; variable
/freebsd-12.1/stand/uboot/common/
H A Dmain.c103 printf(" syscall entry = 0x%08x\n", (uint32_t)syscall_ptr); in dump_addr_info()
438 syscall_ptr = sig->syscall; in main()
439 if (syscall_ptr == NULL) in main()