Home
last modified time | relevance | path

Searched refs:prev_p (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dprocess_32.c155 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument
157 struct thread_struct *prev = &prev_p->thread, in __switch_to()
184 switch_to_extra(prev_p, next_p); in __switch_to()
217 return prev_p; in __switch_to()
H A Dprocess_64.c211 static __always_inline void save_base_legacy(struct task_struct *prev_p, in save_base_legacy() argument
244 prev_p->thread.fsbase = 0; in save_base_legacy()
246 prev_p->thread.gsbase = 0; in save_base_legacy()
561 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument
563 struct thread_struct *prev = &prev_p->thread; in __switch_to()
579 save_fsgs(prev_p); in __switch_to()
631 switch_to_extra(prev_p, next_p); in __switch_to()
664 return prev_p; in __switch_to()
H A Dprocess.h7 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p);
H A Dprocess.c692 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to_xtra() argument
697 tifp = read_task_thread_flags(prev_p); in __switch_to_xtra()
701 propagate_user_return_notify(prev_p, next_p); in __switch_to_xtra()
723 speculation_ctrl_update_tif(prev_p); in __switch_to_xtra()
/openbmc/linux/drivers/usb/host/
H A Dohci-q.c153 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_link() local
164 prev_p = &here->hwNextED; in periodic_link()
170 ed->hwNextED = *prev_p; in periodic_link()
173 *prev_p = cpu_to_hc32(ohci, ed->dma); in periodic_link()
277 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_unlink() local
280 prev_p = &temp->hwNextED; in periodic_unlink()
284 *prev_p = ed->hwNextED; in periodic_unlink()
H A Dehci-sched.c65 union ehci_shadow *prev_p = &ehci->pshadow[frame]; in periodic_unlink() local
67 union ehci_shadow here = *prev_p; in periodic_unlink()
71 prev_p = periodic_next_shadow(ehci, prev_p, in periodic_unlink()
75 here = *prev_p; in periodic_unlink()
84 *prev_p = *periodic_next_shadow(ehci, &here, in periodic_unlink()
H A Doxu210hp-hcd.c2244 union ehci_shadow *prev_p = &oxu->pshadow[frame]; in periodic_unlink() local
2246 union ehci_shadow here = *prev_p; in periodic_unlink()
2250 prev_p = periodic_next_shadow(prev_p, Q_NEXT_TYPE(*hw_p)); in periodic_unlink()
2252 here = *prev_p; in periodic_unlink()
2261 *prev_p = *periodic_next_shadow(&here, Q_NEXT_TYPE(*hw_p)); in periodic_unlink()
/openbmc/linux/tools/perf/
H A Dbuiltin-timechart.c462 struct per_pid *p = NULL, *prev_p; in sched_switch() local
464 prev_p = find_create_pid(tchart, prev_pid); in sched_switch()
468 if (prev_p->current && prev_p->current->state != TYPE_NONE) in sched_switch()
470 prev_p->current->state_since, timestamp, in sched_switch()
482 if (prev_p->current) { in sched_switch()
483 prev_p->current->state = TYPE_NONE; in sched_switch()
484 prev_p->current->state_since = timestamp; in sched_switch()
486 prev_p->current->state = TYPE_BLOCKED; in sched_switch()
488 prev_p->current->state = TYPE_WAITING; in sched_switch()
/openbmc/qemu/hw/pci/
H A Dpcie.c976 uint16_t *prev_p) in pcie_find_capability_list() argument
1000 if (prev_p) { in pcie_find_capability_list()
1001 *prev_p = prev; in pcie_find_capability_list()
H A Dpci.c2222 uint8_t *prev_p) in pci_find_capability_list() argument
2234 if (prev_p) in pci_find_capability_list()
2235 *prev_p = prev; in pci_find_capability_list()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c3304 union fotg210_shadow *prev_p = &fotg210->pshadow[frame]; in periodic_unlink() local
3306 union fotg210_shadow here = *prev_p; in periodic_unlink()
3310 prev_p = periodic_next_shadow(fotg210, prev_p, in periodic_unlink()
3314 here = *prev_p; in periodic_unlink()
3323 *prev_p = *periodic_next_shadow(fotg210, &here, in periodic_unlink()