Searched refs:child_pe (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | eeh_driver.c | 732 struct eeh_pe *child_pe, *tmp; in eeh_pe_cleanup() local 734 list_for_each_entry_safe(child_pe, tmp, &pe->child_list, child) in eeh_pe_cleanup() 735 eeh_pe_cleanup(child_pe); in eeh_pe_cleanup()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | eeh_driver.c | 731 struct eeh_pe *child_pe, *tmp; in eeh_pe_cleanup() local 733 list_for_each_entry_safe(child_pe, tmp, &pe->child_list, child) in eeh_pe_cleanup() 734 eeh_pe_cleanup(child_pe); in eeh_pe_cleanup()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | opal.h | 116 int64_t opal_pci_set_peltv(uint64_t phb_id, uint32_t parent_pe, uint32_t child_pe,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | opal.h | 113 int64_t opal_pci_set_peltv(uint64_t phb_id, uint32_t parent_pe, uint32_t child_pe,
|
Completed in 5 milliseconds