Searched defs:pt (Results 1 - 19 of 19) sorted by relevance

/arch/alpha/include/asm/
H A Da.out-core.h22 static inline void aout_dump_thread(struct pt_regs *pt, struct user *dump) argument
25 struct switch_stack * sw = ((struct switch_stack *) pt) - 1;
43 dump->regs[EF_V0] = pt->r0;
44 dump->regs[EF_T0] = pt->r1;
45 dump->regs[EF_T1] = pt->r2;
46 dump->regs[EF_T2] = pt->r3;
47 dump->regs[EF_T3] = pt->r4;
48 dump->regs[EF_T4] = pt->r5;
49 dump->regs[EF_T5] = pt->r6;
50 dump->regs[EF_T6] = pt
[all...]
H A Dcore_lca.h176 unsigned long pt[31]; /* PAL temps */ member in struct:el_lca_mcheck_long
/arch/ia64/kernel/
H A Dsigframe.h2 unsigned long scratch_unat; /* ar.unat for the general registers saved in pt */
4 struct pt_regs pt; member in struct:sigscratch
H A Dcrash.c100 machine_crash_shutdown(struct pt_regs *pt) argument
H A Dprocess.c174 if (fsys_mode(current, &scr->pt)) {
179 if (!ia64_psr(&scr->pt)->lp)
180 ia64_psr(&scr->pt)->lp = 1;
201 tracehook_notify_resume(&scr->pt);
517 struct pt_regs *pt; local
527 pt = (struct pt_regs *) (sp + 16);
529 urbs_end = ia64_get_user_rbs_end(task, pt, &cfm);
531 if (ia64_sync_user_rbs(task, info->sw, pt->ar_bspstore, urbs_end) < 0)
562 dst[42] = ip + ia64_psr(pt)->ri;
564 dst[44] = pt
618 ia64_elf_core_copy_regs(struct pt_regs *pt, elf_gregset_t dst) argument
624 dump_fpu(struct pt_regs *pt, elf_fpregset_t dst) argument
656 struct pt_regs pt; member in struct:__anon1831
[all...]
H A Dptrace.c64 in_syscall (struct pt_regs *pt) argument
66 return (long) pt->cr_ifs >= 0;
74 ia64_get_scratch_nat_bits (struct pt_regs *pt, unsigned long scratch_unat) argument
78 unsigned long bit = ia64_unat_pos(&pt->r##first); \
113 ia64_put_scratch_nat_bits (struct pt_regs *pt, unsigned long nat) argument
117 unsigned long bit = ia64_unat_pos(&pt->r##first); \
243 * merged in from pt->ar_rnat.
257 struct pt_regs *pt; local
259 pt = task_pt_regs(task);
261 ubspstore = (unsigned long *) pt
316 struct pt_regs *pt; local
507 ia64_get_user_rbs_end(struct task_struct *child, struct pt_regs *pt, unsigned long *cfmp) argument
578 struct pt_regs *pt; local
750 convert_to_non_syscall(struct task_struct *child, struct pt_regs *pt, unsigned long cfm) argument
810 access_nat_bits(struct task_struct *child, struct pt_regs *pt, struct unw_frame_info *info, unsigned long *data, int write_access) argument
855 struct pt_regs *pt; local
999 struct pt_regs *pt; local
1301 struct pt_regs *pt; local
1349 struct pt_regs *pt; local
1377 struct pt_regs *pt; local
1524 struct pt_regs *pt; local
1624 struct pt_regs *pt; local
2169 struct pt_regs *pt = args->regs; local
[all...]
H A Dunwind.c268 if (!info->pt) {
270 UNW_DPRINT(0, "unwind.%s: bad unwind info: resetting info->pt\n", __func__);
272 info->pt = (unsigned long) ((struct pt_regs *) info->psp - 1);
274 info->pt = info->sp - 16;
276 UNW_DPRINT(3, "unwind.%s: sp 0x%lx pt 0x%lx\n", __func__, info->sp, info->pt);
277 return (struct pt_regs *) info->pt;
287 struct pt_regs *pt; local
360 pt = get_scratch_regs(info);
361 addr = (unsigned long *) ((unsigned long)pt
412 struct pt_regs *pt; local
448 struct pt_regs *pt; local
497 struct pt_regs *pt; local
[all...]
/arch/mips/kernel/
H A Dspinlock_test.c58 struct spin_multi_per_thread *pt = data; local
59 struct spin_multi_state *s = pt->state;
69 pt->start = ktime_get();
/arch/powerpc/mm/
H A Dpgtable_64.c65 void *pt; local
68 pt = __alloc_bootmem(size, size, __pa(MAX_DMA_ADDRESS));
70 pt = __va(memblock_alloc_base(size, size,
72 memset(pt, 0, size);
74 return pt;
/arch/x86/boot/
H A Dvideo-mode.c122 u8 pt, ov; local
133 pt = in_idx(crtc, 0x11);
134 pt &= ~0x80; /* Unlock CR0-7 */
135 out_idx(pt, crtc, 0x11);
/arch/alpha/kernel/
H A Dprocess.c322 dump_elf_thread(elf_greg_t *dest, struct pt_regs *pt, struct thread_info *ti) argument
325 struct switch_stack * sw = ((struct switch_stack *) pt) - 1;
327 dest[ 0] = pt->r0;
328 dest[ 1] = pt->r1;
329 dest[ 2] = pt->r2;
330 dest[ 3] = pt->r3;
331 dest[ 4] = pt->r4;
332 dest[ 5] = pt->r5;
333 dest[ 6] = pt->r6;
334 dest[ 7] = pt
[all...]
/arch/x86/include/asm/
H A Dvm86.h145 struct pt_regs pt; member in struct:kernel_vm86_regs
/arch/ia64/include/asm/
H A Dunwind.h65 unsigned long pt; /* struct pt_regs location */ member in struct:unw_frame_info
/arch/ia64/sn/kernel/sn2/
H A Dsn_hwperf.c380 int pt; local
508 for (pt = 0; pt < obj->ports; pt++) {
510 if (ptdata[pt].conn_id == p->id) {
515 ordinal+pt, obj->location, ptdata[pt].port);
541 p->location, ptdata[pt].conn_port,
/arch/powerpc/include/asm/
H A Dpgtable-ppc64.h366 pte_t *pt = NULL; local
374 pt = pte_offset_kernel(pm, ea);
377 return pt;
/arch/x86/kvm/
H A Di8254.c327 struct kvm_pit *pt = ktimer->kvm->arch.vpit; local
331 queue_work(pt->wq, &pt->expired);
344 struct kvm_timer *pt = &ps->pit_timer; local
355 hrtimer_cancel(&pt->timer);
357 pt->period = interval;
360 pt->timer.function = pit_timer_fn;
361 pt->t_ops = &kpit_ops;
362 pt->kvm = ps->pit->kvm;
364 atomic_set(&pt
[all...]
H A Dmmu.c3843 u64 *pt; local
3848 pt = sp->spt;
3850 if (!is_shadow_present_pte(pt[i]) ||
3851 !is_last_spte(pt[i], sp->role.level))
3854 if (is_large_pte(pt[i])) {
3855 drop_spte(kvm, &pt[i]);
3861 if (is_writable_pte(pt[i]))
3862 mmu_spte_update(&pt[i],
3863 pt[i] & ~PT_WRITABLE_MASK);
H A Dx86.c1303 u64 *pt; local
1308 pt =
1311 pt =
1313 *pt = data;
1785 u64 *pt; local
1790 pt =
1793 pt =
1795 *pdata = *pt;
/arch/x86/xen/
H A Dmmu.c822 void *pt = lowmem_page_address(page); local
853 MULTI_update_va_mapping(mcs.mc, (unsigned long)pt,
964 void *pt = lowmem_page_address(page); local
985 MULTI_update_va_mapping(mcs.mc, (unsigned long)pt,

Completed in 496 milliseconds