Home
last modified time | relevance | path

Searched defs:pe (Results 1 – 18 of 18) sorted by relevance

/arch/powerpc/kernel/
Deeh_pe.c61 struct eeh_pe *pe; in eeh_pe_alloc() local
95 struct eeh_pe *pe; in eeh_phb_pe_create() local
122 struct eeh_pe *pe; in eeh_phb_pe_get() local
145 static struct eeh_pe *eeh_pe_next(struct eeh_pe *pe, in eeh_pe_next()
178 struct eeh_pe *pe; in eeh_pe_traverse() local
201 struct eeh_pe *pe; in eeh_pe_dev_traverse() local
235 struct eeh_pe *pe = (struct eeh_pe *)data; in __eeh_pe_get() local
277 struct eeh_pe *pe; in eeh_pe_get() local
329 struct eeh_pe *pe, *parent; in eeh_add_to_parent_pe() local
441 struct eeh_pe *pe, *parent, *child; in eeh_rmv_from_parent_pe() local
[all …]
Deeh_event.c55 struct eeh_pe *pe; in eeh_event_handler() local
129 int eeh_send_failure_event(struct eeh_pe *pe) in eeh_send_failure_event()
162 void eeh_remove_event(struct eeh_pe *pe, bool force) in eeh_remove_event()
Deeh.c267 struct eeh_pe *pe = data; in eeh_dump_pe_log() local
295 void eeh_slot_error_detail(struct eeh_pe *pe, int severity) in eeh_slot_error_detail()
383 static int eeh_phb_check_failure(struct eeh_pe *pe) in eeh_phb_check_failure()
453 struct eeh_pe *pe, *parent_pe, *phb_pe; in eeh_dev_check_failure() local
637 int eeh_pci_enable(struct eeh_pe *pe, int function) in eeh_pci_enable()
766 struct eeh_pe *pe = eeh_dev_to_pe(edev); in pcibios_set_pcie_reset_state() local
833 static void eeh_reset_pe_once(struct eeh_pe *pe) in eeh_reset_pe_once()
861 int eeh_reset_pe(struct eeh_pe *pe) in eeh_reset_pe()
1279 int eeh_unfreeze_pe(struct eeh_pe *pe, bool sw_state) in eeh_unfreeze_pe()
1312 static int eeh_pe_change_owner(struct eeh_pe *pe) in eeh_pe_change_owner()
[all …]
Deeh_driver.c464 struct eeh_pe *pe = (struct eeh_pe *)data; in eeh_pe_detach_dev() local
487 struct eeh_pe *pe = (struct eeh_pe *)data; in __eeh_clear_pe_frozen_state() local
504 static int eeh_clear_pe_frozen_state(struct eeh_pe *pe, in eeh_clear_pe_frozen_state()
516 int eeh_pe_reset_and_recover(struct eeh_pe *pe) in eeh_pe_reset_and_recover()
568 static int eeh_reset_device(struct eeh_pe *pe, struct pci_bus *bus) in eeh_reset_device()
658 static bool eeh_handle_normal_event(struct eeh_pe *pe) in eeh_handle_normal_event()
843 struct eeh_pe *pe, *phb_pe; in eeh_handle_special_event() local
966 void eeh_handle_event(struct eeh_pe *pe) in eeh_handle_event()
/arch/powerpc/platforms/pseries/
Deeh_pseries.c202 struct eeh_pe pe; in pseries_eeh_probe() local
298 static int pseries_eeh_set_option(struct eeh_pe *pe, int option) in pseries_eeh_set_option()
347 static int pseries_eeh_get_pe_addr(struct eeh_pe *pe) in pseries_eeh_get_pe_addr()
406 static int pseries_eeh_get_state(struct eeh_pe *pe, int *state) in pseries_eeh_get_state()
477 static int pseries_eeh_reset(struct eeh_pe *pe, int option) in pseries_eeh_reset()
519 static int pseries_eeh_wait_state(struct eeh_pe *pe, int max_wait) in pseries_eeh_wait_state()
580 static int pseries_eeh_get_log(struct eeh_pe *pe, int severity, char *drv_log, unsigned long len) in pseries_eeh_get_log()
614 static int pseries_eeh_configure_bridge(struct eeh_pe *pe) in pseries_eeh_configure_bridge()
/arch/powerpc/platforms/powernv/
Dpci-ioda.c59 static void pe_level_printk(const struct pnv_ioda_pe *pe, const char *level, in pe_level_printk()
90 #define pe_err(pe, fmt, ...) \ argument
92 #define pe_warn(pe, fmt, ...) \ argument
94 #define pe_info(pe, fmt, ...) \ argument
153 unsigned long pe; in pnv_ioda_alloc_pe() local
167 static void pnv_ioda_free_pe(struct pnv_phb *phb, int pe) in pnv_ioda_free_pe()
278 struct pnv_ioda_pe *master_pe, *pe; in pnv_ioda2_pick_m64_pe() local
382 struct pnv_ioda_pe *pe = &phb->ioda.pe_array[pe_no]; in pnv_ioda_freeze_pe() local
422 struct pnv_ioda_pe *pe, *slave; in pnv_ioda_unfreeze_pe() local
462 struct pnv_ioda_pe *slave, *pe; in pnv_ioda_get_pe_state() local
[all …]
Deeh-powernv.c110 struct eeh_pe *pe; in pnv_eeh_ei_write() local
475 static int pnv_eeh_set_option(struct eeh_pe *pe, int option) in pnv_eeh_set_option()
543 static int pnv_eeh_get_pe_addr(struct eeh_pe *pe) in pnv_eeh_get_pe_addr()
548 static void pnv_eeh_get_phb_diag(struct eeh_pe *pe) in pnv_eeh_get_phb_diag()
560 static int pnv_eeh_get_phb_state(struct eeh_pe *pe) in pnv_eeh_get_phb_state()
599 static int pnv_eeh_get_pe_state(struct eeh_pe *pe) in pnv_eeh_get_pe_state()
711 static int pnv_eeh_get_state(struct eeh_pe *pe, int *delay) in pnv_eeh_get_state()
910 static int pnv_eeh_reset(struct eeh_pe *pe, int option) in pnv_eeh_reset()
982 static int pnv_eeh_wait_state(struct eeh_pe *pe, int max_wait) in pnv_eeh_wait_state()
1020 static int pnv_eeh_get_log(struct eeh_pe *pe, int severity, in pnv_eeh_get_log()
[all …]
Dpci.c749 struct pnv_ioda_pe *pe; in pnv_pci_dma_dev_setup() local
775 struct pnv_ioda_pe *pe; in pnv_pci_dma_bus_setup() local
/arch/alpha/include/asm/
Dcore_marvel.h56 #define EV7_IPE(pe) ((~((long)(pe)) & EV7_PE_MASK) << 35) argument
58 #define EV7_CSR_PHYS(pe, off) (EV7_IPE(pe) | (0x7FFCUL << 20) | (off)) argument
59 #define EV7_CSRS_PHYS(pe) (EV7_CSR_PHYS(pe, 0UL)) argument
61 #define EV7_CSR_KERN(pe, off) (EV7_KERN_ADDR(EV7_CSR_PHYS(pe, off))) argument
62 #define EV7_CSRS_KERN(pe) (EV7_KERN_ADDR(EV7_CSRS_PHYS(pe))) argument
248 #define IO7_IPE(pe) (EV7_IPE(pe)) argument
251 #define IO7_HOSE(pe, port) (IO7_IPE(pe) | IO7_IPORT(port)) argument
253 #define IO7_MEM_PHYS(pe, port) (IO7_HOSE(pe, port) | 0x00000000UL) argument
254 #define IO7_CONF_PHYS(pe, port) (IO7_HOSE(pe, port) | 0xFE000000UL) argument
255 #define IO7_IO_PHYS(pe, port) (IO7_HOSE(pe, port) | 0xFF000000UL) argument
[all …]
/arch/powerpc/include/asm/
Deeh_event.h31 struct eeh_pe *pe; /* EEH PE */ member
Deeh.h105 #define eeh_pe_for_each_dev(pe, edev, tmp) \ argument
108 static inline bool eeh_pe_passed(struct eeh_pe *pe) in eeh_pe_passed()
139 struct eeh_pe *pe; /* Associated PE */ member
/arch/alpha/kernel/
Dcore_marvel.c56 read_ev7_csr(int pe, unsigned long offset) in read_ev7_csr()
69 write_ev7_csr(int pe, unsigned long offset, unsigned long q) in write_ev7_csr()
79 mk_resource_name(int pe, int port, char *str) in mk_resource_name()
98 marvel_find_io7(int pe) in marvel_find_io7()
109 alloc_io7(unsigned int pe) in alloc_io7()
358 int pe; in marvel_io7_present() local
Dperf_event.c343 struct perf_event *pe; in collect_events() local
399 struct perf_event *pe = cpuc->event[j]; in maybe_change_configuration() local
411 struct perf_event *pe = cpuc->event[j]; in maybe_change_configuration() local
/arch/arm/mm/
Ddump.c346 struct dentry *pe; in ptdump_init() local
/arch/arm64/mm/
Ddump.c344 struct dentry *pe; in ptdump_init() local
/arch/x86/mm/
Ddump_pagetables.c460 struct dentry *pe; in pt_dump_init() local
/arch/x86/kvm/
Dlapic.c2163 unsigned long pe; in kvm_apic_accept_events() local
/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h4179 uint64_t pe:1; member
4916 uint64_t pe:1; member