#include <asm/asm-offsets.h>
#include <uapi/asm/ptrace.h>
#include <asm/current.h>
#include <asm/page.h>
Go to the source code of this file.
|
void | ia64_do_show_stack (struct unw_frame_info *, void *) |
|
unsigned long | ia64_get_user_rbs_end (struct task_struct *, struct pt_regs *, unsigned long *) |
|
long | ia64_peek (struct task_struct *, struct switch_stack *, unsigned long, unsigned long, long *) |
|
long | ia64_poke (struct task_struct *, struct switch_stack *, unsigned long, unsigned long, long) |
|
void | ia64_flush_fph (struct task_struct *) |
|
void | ia64_sync_fph (struct task_struct *) |
|
void | ia64_sync_krbs (void) |
|
long | ia64_sync_user_rbs (struct task_struct *, struct switch_stack *, unsigned long, unsigned long) |
|
unsigned long | ia64_get_scratch_nat_bits (struct pt_regs *pt, unsigned long scratch_unat) |
|
unsigned long | ia64_put_scratch_nat_bits (struct pt_regs *pt, unsigned long nat) |
|
void | ia64_increment_ip (struct pt_regs *pt) |
|
void | ia64_decrement_ip (struct pt_regs *pt) |
|
void | ia64_ptrace_stop (void) |
|
void | ptrace_attach_sync_user_rbs (struct task_struct *) |
|
#define arch_has_block_step |
( |
| ) |
(1) |
#define arch_has_single_step |
( |
| ) |
(1) |
#define IA64_RBS_OFFSET ((IA64_TASK_SIZE + IA64_THREAD_INFO_SIZE + 31) & ~31) |
#define KERNEL_STACK_SIZE_ORDER 0 |
#define profile_pc |
( |
|
regs | ) |
|
Value:({ \
(__ip & ~3
UL) + ((__ip & 3
UL) << 2); \
})
Definition at line 76 of file ptrace.h.