Home
last modified time | relevance | path

Searched refs:urbs_end (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Dptrace.c250 unsigned long *urbs_end) in get_rnat() argument
262 if (urbs_end < urnat_addr) in get_rnat()
310 unsigned long *urbs_end) in put_rnat() argument
322 urbs_kargs = urbs_end; in put_rnat()
385 urbs_end); in on_kernel_rbs()
445 if (laddr < urbs_end) { in ia64_peek()
484 urbs_end); in ia64_poke()
486 if (laddr < urbs_end) { in ia64_poke()
581 unsigned long urbs_end; in do_sync_rbs() local
1331 if (*data != urbs_end) { in access_elf_areg()
[all …]
H A Dprocess.c426 unsigned long mask, sp, nat_bits = 0, ar_rnat, urbs_end, cfm; in do_copy_task_regs() local
441 urbs_end = ia64_get_user_rbs_end(task, pt, &cfm); in do_copy_task_regs()
443 if (ia64_sync_user_rbs(task, info->sw, pt->ar_bspstore, urbs_end) < 0) in do_copy_task_regs()
446 ia64_peek(task, info->sw, urbs_end, (long) ia64_rse_rnat_addr((long *) urbs_end), in do_copy_task_regs()
483 dst[46] = urbs_end; /* note: by convention PT_AR_BSP points to the end of the urbs! */ in do_copy_task_regs()