/arch/powerpc/kernel/ |
D | eeh_pe.c | 61 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 269 struct eeh_pe *pe; in eeh_pe_get() local 323 struct eeh_pe *pe, *parent; in eeh_add_to_parent_pe() local 421 struct eeh_pe *pe, *parent, *child; in eeh_rmv_from_parent_pe() local [all …]
|
D | eeh_event.c | 55 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()
|
D | eeh.c | 256 struct eeh_pe *pe = data; in eeh_dump_pe_log() local 284 void eeh_slot_error_detail(struct eeh_pe *pe, int severity) in eeh_slot_error_detail() 340 static int eeh_phb_check_failure(struct eeh_pe *pe) in eeh_phb_check_failure() 410 struct eeh_pe *pe, *parent_pe, *phb_pe; in eeh_dev_check_failure() local 592 int eeh_pci_enable(struct eeh_pe *pe, int function) in eeh_pci_enable() 672 struct eeh_pe *pe = eeh_dev_to_pe(edev); in pcibios_set_pcie_reset_state() local 730 static void eeh_reset_pe_once(struct eeh_pe *pe) in eeh_reset_pe_once() 758 int eeh_reset_pe(struct eeh_pe *pe) in eeh_reset_pe() 1183 int eeh_unfreeze_pe(struct eeh_pe *pe, bool sw_state) in eeh_unfreeze_pe() 1215 static int eeh_pe_change_owner(struct eeh_pe *pe) in eeh_pe_change_owner() [all …]
|
D | eeh_driver.c | 484 struct eeh_pe *pe = (struct eeh_pe *)data; in eeh_pe_detach_dev() local 507 struct eeh_pe *pe = (struct eeh_pe *)data; in __eeh_clear_pe_frozen_state() local 524 static int eeh_clear_pe_frozen_state(struct eeh_pe *pe, in eeh_clear_pe_frozen_state() 536 int eeh_pe_reset_and_recover(struct eeh_pe *pe) in eeh_pe_reset_and_recover() 590 static int eeh_reset_device(struct eeh_pe *pe, struct pci_bus *bus) in eeh_reset_device() 681 static bool eeh_handle_normal_event(struct eeh_pe *pe) in eeh_handle_normal_event() 857 struct eeh_pe *pe, *phb_pe; in eeh_handle_special_event() local 971 void eeh_handle_event(struct eeh_pe *pe) in eeh_handle_event()
|
/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 47 static void pe_level_printk(const struct pnv_ioda_pe *pe, const char *level, in pe_level_printk() 71 #define pe_err(pe, fmt, ...) \ argument 73 #define pe_warn(pe, fmt, ...) \ argument 75 #define pe_info(pe, fmt, ...) \ argument 96 unsigned long pe; in pnv_ioda_alloc_pe() local 110 static void pnv_ioda_free_pe(struct pnv_phb *phb, int pe) in pnv_ioda_free_pe() 208 struct pnv_ioda_pe *master_pe, *pe; in pnv_ioda2_pick_m64_pe() local 354 struct pnv_ioda_pe *pe = &phb->ioda.pe_array[pe_no]; in pnv_ioda_freeze_pe() local 392 struct pnv_ioda_pe *pe, *slave; in pnv_ioda_unfreeze_pe() local 432 struct pnv_ioda_pe *slave, *pe; in pnv_ioda_get_pe_state() local [all …]
|
D | eeh-powernv.c | 221 static int pnv_eeh_set_option(struct eeh_pe *pe, int option) in pnv_eeh_set_option() 244 static int pnv_eeh_get_pe_addr(struct eeh_pe *pe) in pnv_eeh_get_pe_addr() 259 static int pnv_eeh_get_state(struct eeh_pe *pe, int *delay) in pnv_eeh_get_state() 290 static int pnv_eeh_reset(struct eeh_pe *pe, int option) in pnv_eeh_reset() 310 static int pnv_eeh_wait_state(struct eeh_pe *pe, int max_wait) in pnv_eeh_wait_state() 348 static int pnv_eeh_get_log(struct eeh_pe *pe, int severity, in pnv_eeh_get_log() 369 static int pnv_eeh_configure_bridge(struct eeh_pe *pe) in pnv_eeh_configure_bridge() 393 static int pnv_eeh_err_inject(struct eeh_pe *pe, int type, int func, in pnv_eeh_err_inject() 445 static int pnv_eeh_next_error(struct eeh_pe **pe) in pnv_eeh_next_error()
|
D | eeh-ioda.c | 76 struct eeh_pe *pe; in ioda_eeh_ei_write() local 240 static int ioda_eeh_set_option(struct eeh_pe *pe, int option) in ioda_eeh_set_option() 314 static void ioda_eeh_phb_diag(struct eeh_pe *pe) in ioda_eeh_phb_diag() 326 static int ioda_eeh_get_phb_state(struct eeh_pe *pe) in ioda_eeh_get_phb_state() 362 static int ioda_eeh_get_pe_state(struct eeh_pe *pe) in ioda_eeh_get_pe_state() 468 static int ioda_eeh_get_state(struct eeh_pe *pe) in ioda_eeh_get_state() 662 static int ioda_eeh_reset(struct eeh_pe *pe, int option) in ioda_eeh_reset() 731 static int ioda_eeh_get_log(struct eeh_pe *pe, int severity, in ioda_eeh_get_log() 748 static int ioda_eeh_configure_bridge(struct eeh_pe *pe) in ioda_eeh_configure_bridge() 753 static int ioda_eeh_err_inject(struct eeh_pe *pe, int type, int func, in ioda_eeh_err_inject() [all …]
|
/arch/powerpc/platforms/pseries/ |
D | eeh_pseries.c | 205 struct eeh_pe pe; in pseries_eeh_of_probe() local 317 static int pseries_eeh_set_option(struct eeh_pe *pe, int option) in pseries_eeh_set_option() 366 static int pseries_eeh_get_pe_addr(struct eeh_pe *pe) in pseries_eeh_get_pe_addr() 425 static int pseries_eeh_get_state(struct eeh_pe *pe, int *state) in pseries_eeh_get_state() 504 static int pseries_eeh_reset(struct eeh_pe *pe, int option) in pseries_eeh_reset() 546 static int pseries_eeh_wait_state(struct eeh_pe *pe, int max_wait) in pseries_eeh_wait_state() 607 static int pseries_eeh_get_log(struct eeh_pe *pe, int severity, char *drv_log, unsigned long len) in pseries_eeh_get_log() 641 static int pseries_eeh_configure_bridge(struct eeh_pe *pe) in pseries_eeh_configure_bridge()
|
/arch/alpha/include/asm/ |
D | core_marvel.h | 56 #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/ |
D | eeh_event.h | 31 struct eeh_pe *pe; /* EEH PE */ member
|
D | eeh.h | 98 #define eeh_pe_for_each_dev(pe, edev, tmp) \ argument 101 static inline bool eeh_pe_passed(struct eeh_pe *pe) in eeh_pe_passed() 132 struct eeh_pe *pe; /* Associated PE */ member
|
/arch/alpha/kernel/ |
D | core_marvel.c | 56 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
|
D | perf_event.c | 343 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/ |
D | dump.c | 351 struct dentry *pe; in ptdump_init() local
|
/arch/arm64/mm/ |
D | dump.c | 316 struct dentry *pe; in ptdump_init() local
|
/arch/x86/mm/ |
D | dump_pagetables.c | 402 struct dentry *pe; in pt_dump_init() local
|
/arch/x86/kvm/ |
D | lapic.c | 1913 unsigned long pe; in kvm_apic_accept_events() local
|
/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 4179 uint64_t pe:1; member 4916 uint64_t pe:1; member
|