| /linux/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2_prs.c | 22 static int mvpp2_prs_hw_write(struct mvpp2 *priv, struct mvpp2_prs_entry *pe) in mvpp2_prs_hw_write() argument 28 if (pe->index > MVPP2_PRS_TCAM_SRAM_SIZE - 1) in mvpp2_prs_hw_write() 32 pe->tcam[MVPP2_PRS_TCAM_INV_WORD] &= ~MVPP2_PRS_TCAM_INV_MASK; in mvpp2_prs_hw_write() 35 mvpp2_write(priv, MVPP2_PRS_SRAM_IDX_REG, pe->index); in mvpp2_prs_hw_write() 37 mvpp2_write(priv, MVPP2_PRS_SRAM_DATA_REG(i), pe->sram[i]); in mvpp2_prs_hw_write() 40 mvpp2_write(priv, MVPP2_PRS_TCAM_IDX_REG, pe->index); in mvpp2_prs_hw_write() 42 mvpp2_write(priv, MVPP2_PRS_TCAM_DATA_REG(i), pe->tcam[i]); in mvpp2_prs_hw_write() 49 struct mvpp2_prs_entry *pe, int tid) in __mvpp2_prs_init_from_hw() argument 58 memset(pe, 0, sizeof(*pe)); in __mvpp2_prs_init_from_hw() 59 pe->index = tid; in __mvpp2_prs_init_from_hw() [all …]
|
| H A D | mvpp2_debugfs.c | 248 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_port_vid_show() local 255 mvpp2_prs_init_from_hw(priv, &pe, tid); in mvpp2_dbgfs_port_vid_show() 257 pmap = mvpp2_prs_tcam_port_map_get(&pe); in mvpp2_dbgfs_port_vid_show() 265 mvpp2_prs_tcam_data_byte_get(&pe, 2, &byte[0], &enable[0]); in mvpp2_dbgfs_port_vid_show() 266 mvpp2_prs_tcam_data_byte_get(&pe, 3, &byte[1], &enable[1]); in mvpp2_dbgfs_port_vid_show() 282 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_port_parser_show() local 287 mvpp2_prs_init_from_hw(port->priv, &pe, i); in mvpp2_dbgfs_port_parser_show() 289 pmap = mvpp2_prs_tcam_port_map_get(&pe); in mvpp2_dbgfs_port_parser_show() 303 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_filter_show() local 316 mvpp2_prs_init_from_hw(priv, &pe, ti in mvpp2_dbgfs_filter_show() 352 struct mvpp2_prs_entry pe; mvpp2_dbgfs_prs_pmap_show() local 370 struct mvpp2_prs_entry pe; mvpp2_dbgfs_prs_ai_show() local 388 struct mvpp2_prs_entry pe; mvpp2_dbgfs_prs_hdata_show() local 407 struct mvpp2_prs_entry pe; mvpp2_dbgfs_prs_sram_show() local [all...] |
| /linux/drivers/iommu/intel/ |
| H A D | pasid.h | 88 static inline void pasid_clear_entry(struct pasid_entry *pe) in pasid_clear_entry() argument 90 WRITE_ONCE(pe->val[0], 0); in pasid_clear_entry() 91 WRITE_ONCE(pe->val[1], 0); in pasid_clear_entry() 92 WRITE_ONCE(pe->val[2], 0); in pasid_clear_entry() 93 WRITE_ONCE(pe->val[3], 0); in pasid_clear_entry() 94 WRITE_ONCE(pe->val[4], 0); in pasid_clear_entry() 95 WRITE_ONCE(pe->val[5], 0); in pasid_clear_entry() 96 WRITE_ONCE(pe->val[6], 0); in pasid_clear_entry() 97 WRITE_ONCE(pe->val[7], 0); in pasid_clear_entry() 100 static inline void pasid_clear_entry_with_fpd(struct pasid_entry *pe) in pasid_clear_entry_with_fpd() argument [all …]
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | pci-ioda.c | 49 static void pnv_pci_ioda2_set_bypass(struct pnv_ioda_pe *pe, bool enable); 52 void pe_level_printk(const struct pnv_ioda_pe *pe, const char *level, in pe_level_printk() argument 64 if (pe->flags & PNV_IODA_PE_DEV) in pe_level_printk() 65 strscpy(pfix, dev_name(&pe->pdev->dev), sizeof(pfix)); in pe_level_printk() 66 else if (pe->flags & (PNV_IODA_PE_BUS | PNV_IODA_PE_BUS_ALL)) in pe_level_printk() 68 pci_domain_nr(pe->pbus), pe->pbus->number); in pe_level_printk() 70 else if (pe->flags & PNV_IODA_PE_VF) in pe_level_printk() 72 pci_domain_nr(pe->parent_dev->bus), in pe_level_printk() 73 (pe in pe_level_printk() 156 int run = 0, pe, i; pnv_ioda_alloc_pe() local 185 pnv_ioda_free_pe(struct pnv_ioda_pe * pe) pnv_ioda_free_pe() argument 296 struct pnv_ioda_pe *master_pe, *pe; pnv_ioda_pick_m64_pe() local 441 struct pnv_ioda_pe *pe = &phb->ioda.pe_array[pe_no]; pnv_ioda_freeze_pe() local 481 struct pnv_ioda_pe *pe, *slave; pnv_ioda_unfreeze_pe() local 521 struct pnv_ioda_pe *slave, *pe; pnv_ioda_get_pe_state() local 641 pnv_ioda_set_peltv(struct pnv_phb * phb,struct pnv_ioda_pe * pe,bool is_add) pnv_ioda_set_peltv() argument 708 pnv_ioda_unset_peltv(struct pnv_phb * phb,struct pnv_ioda_pe * pe,struct pci_dev * parent) pnv_ioda_unset_peltv() argument 735 pnv_ioda_deconfigure_pe(struct pnv_phb * phb,struct pnv_ioda_pe * pe) pnv_ioda_deconfigure_pe() argument 806 pnv_ioda_configure_pe(struct pnv_phb * phb,struct pnv_ioda_pe * pe) pnv_ioda_configure_pe() argument 876 struct pnv_ioda_pe *pe; pnv_ioda_setup_dev_PE() local 933 struct pnv_ioda_pe *pe = NULL; pnv_ioda_setup_bus_PE() local 995 struct pnv_ioda_pe *pe; pnv_pci_ioda_dma_dev_setup() local 1064 pnv_pci_ioda_dma_64bit_bypass(struct pnv_ioda_pe * pe) pnv_pci_ioda_dma_64bit_bypass() argument 1121 struct pnv_ioda_pe *pe; pnv_pci_ioda_iommu_bypass_supported() local 1174 pnv_pci_phb3_tce_invalidate_pe(struct pnv_ioda_pe * pe) pnv_pci_phb3_tce_invalidate_pe() argument 1184 pnv_pci_phb3_tce_invalidate(struct pnv_ioda_pe * pe,unsigned shift,unsigned long index,unsigned long npages) pnv_pci_phb3_tce_invalidate() argument 1208 pnv_pci_ioda2_tce_invalidate_pe(struct pnv_ioda_pe * pe) pnv_pci_ioda2_tce_invalidate_pe() argument 1225 struct pnv_ioda_pe *pe = container_of(tgl->table_group, pnv_pci_ioda2_tce_invalidate() local 1278 struct pnv_ioda_pe *pe = container_of(table_group, struct pnv_ioda_pe, pnv_pci_ioda2_set_window() local 1314 pnv_pci_ioda2_set_bypass(struct pnv_ioda_pe * pe,bool enable) pnv_pci_ioda2_set_bypass() argument 1346 struct pnv_ioda_pe *pe = container_of(table_group, struct pnv_ioda_pe, pnv_pci_ioda2_create_table() local 1372 pnv_pci_ioda2_setup_default_config(struct pnv_ioda_pe * pe) pnv_pci_ioda2_setup_default_config() argument 1457 struct pnv_ioda_pe *pe = container_of(table_group, struct pnv_ioda_pe, pnv_pci_ioda2_unset_window() local 1525 pnv_ioda_setup_bus_dma(struct pnv_ioda_pe * pe,struct pci_bus * bus) pnv_ioda_setup_bus_dma() argument 1541 struct pnv_ioda_pe *pe = container_of(table_group, struct pnv_ioda_pe, pnv_ioda2_take_ownership() local 1567 struct pnv_ioda_pe *pe = container_of(table_group, struct pnv_ioda_pe, pnv_ioda2_release_ownership() local 1589 pnv_pci_ioda2_setup_dma_pe(struct pnv_phb * phb,struct pnv_ioda_pe * pe) pnv_pci_ioda2_setup_dma_pe() argument 1653 struct pnv_ioda_pe *pe = pnv_ioda_get_pe(dev); __pnv_pci_ioda_msi_setup() local 1914 pnv_ioda_setup_pe_res(struct pnv_ioda_pe * pe,struct resource * res) pnv_ioda_setup_pe_res() argument 1977 pnv_ioda_setup_pe_seg(struct pnv_ioda_pe * pe) pnv_ioda_setup_pe_seg() argument 2032 struct pnv_ioda_pe *pe = &phb->ioda.pe_array[pe_num]; pnv_pci_ioda_pe_dump() local 2226 struct pnv_ioda_pe *pe; pnv_pci_configure_bus() local 2274 struct pnv_ioda_pe *pe; pnv_ocapi_enable_device_hook() local 2288 pnv_pci_ioda2_release_pe_dma(struct pnv_ioda_pe * pe) pnv_pci_ioda2_release_pe_dma() argument 2309 pnv_ioda_free_pe_seg(struct pnv_ioda_pe * pe,unsigned short win,unsigned int * map) pnv_ioda_free_pe_seg() argument 2332 pnv_ioda_release_pe_seg(struct pnv_ioda_pe * pe) pnv_ioda_release_pe_seg() argument 2342 pnv_ioda_release_pe(struct pnv_ioda_pe * pe) pnv_ioda_release_pe() argument 2390 struct pnv_ioda_pe *pe; pnv_pci_release_device() local 2436 struct pnv_ioda_pe *pe; pnv_pci_ioda_dma_bus_setup() local 2457 struct pnv_ioda_pe *pe; pnv_pci_device_group() local [all...] |
| H A D | eeh-powernv.c | 70 struct eeh_pe *pe; in pnv_eeh_ei_write() local 91 pe = eeh_pe_get(hose, pe_no); in pnv_eeh_ei_write() 92 if (!pe) in pnv_eeh_ei_write() 96 ret = eeh_ops->err_inject(pe, type, func, addr, mask); in pnv_eeh_ei_write() 338 if (!edev || edev->pe) in pnv_eeh_probe() 411 edev->pe->state |= EEH_PE_CFG_RESTRICTED; in pnv_eeh_probe() 419 if (!(edev->pe->state & EEH_PE_PRI_BUS)) { in pnv_eeh_probe() 420 edev->pe->bus = pci_find_bus(hose->global_number, in pnv_eeh_probe() 422 if (edev->pe->bus) in pnv_eeh_probe() 423 edev->pe->state |= EEH_PE_PRI_BUS; in pnv_eeh_probe() [all …]
|
| H A D | pci-sriov.c | 229 struct pnv_ioda_pe *pe = pnv_ioda_get_pe(pdev); in pnv_pci_ioda_fixup_iov() local 236 pe->pdev = pdev; in pnv_pci_ioda_fixup_iov() 237 WARN_ON(!(pe->flags & PNV_IODA_PE_VF)); in pnv_pci_ioda_fixup_iov() 478 struct pnv_ioda_pe *pe, *pe_n; in pnv_ioda_release_vf_PE() local 486 list_for_each_entry_safe(pe, pe_n, &phb->ioda.pe_list, list) { in pnv_ioda_release_vf_PE() 487 if (pe->parent_dev != pdev) in pnv_ioda_release_vf_PE() 490 pnv_pci_ioda2_release_pe_dma(pe); in pnv_ioda_release_vf_PE() 494 list_del(&pe->list); in pnv_ioda_release_vf_PE() 497 pnv_ioda_deconfigure_pe(phb, pe); in pnv_ioda_release_vf_PE() 499 pnv_ioda_free_pe(pe); in pnv_ioda_release_vf_PE() 617 struct pnv_ioda_pe *pe; pnv_ioda_setup_vf_PE() local [all...] |
| /linux/arch/powerpc/kernel/ |
| H A D | eeh.c | 176 edev->pe->phb->global_number, edev->bdfn >> 8, in eeh_dump_dev_log() 179 edev->pe->phb->global_number, edev->bdfn >> 8, in eeh_dump_dev_log() 269 static void *eeh_dump_pe_log(struct eeh_pe *pe, void *flag) in eeh_dump_pe_log() argument 274 eeh_pe_for_each_dev(pe, edev, tmp) in eeh_dump_pe_log() 291 void eeh_slot_error_detail(struct eeh_pe *pe, int severity) in eeh_slot_error_detail() argument 311 if (!(pe->type & EEH_PE_PHB)) { in eeh_slot_error_detail() 314 eeh_pci_enable(pe, EEH_OPT_THAW_MMIO); in eeh_slot_error_detail() 328 eeh_ops->configure_bridge(pe); in eeh_slot_error_detail() 329 if (!(pe->state & EEH_PE_CFG_BLOCKED)) { in eeh_slot_error_detail() 330 eeh_pe_restore_bars(pe); in eeh_slot_error_detail() [all …]
|
| H A D | eeh_event.c | 61 if (event->pe) in eeh_event_handler() 62 eeh_handle_normal_event(event->pe); in eeh_event_handler() 102 int __eeh_send_failure_event(struct eeh_pe *pe) in __eeh_send_failure_event() argument 112 event->pe = pe; in __eeh_send_failure_event() 119 if (pe) { in __eeh_send_failure_event() 125 pe->trace_entries = stack_trace_save(pe->stack_trace, in __eeh_send_failure_event() 126 ARRAY_SIZE(pe->stack_trace), 0); in __eeh_send_failure_event() 129 eeh_pe_state_mark(pe, EEH_PE_RECOVERING); in __eeh_send_failure_event() 143 int eeh_send_failure_event(struct eeh_pe *pe) in eeh_send_failure_event() argument 154 return __eeh_send_failure_event(pe); in eeh_send_failure_event() [all …]
|
| H A D | eeh_sysfs.c | 48 if (!edev || !edev->pe) in eeh_pe_state_show() 51 state = eeh_ops->get_state(edev->pe, NULL); in eeh_pe_state_show() 53 state, edev->pe->state); in eeh_pe_state_show() 63 if (!edev || !edev->pe) in eeh_pe_state_store() 67 if (!(edev->pe->state & EEH_PE_ISOLATED)) in eeh_pe_state_store() 70 if (eeh_unfreeze_pe(edev->pe)) in eeh_pe_state_store() 72 eeh_pe_state_clear(edev->pe, EEH_PE_ISOLATED, true); in eeh_pe_state_store() 87 if (!edev || !edev->pe) in eeh_notify_resume_show() 100 if (!edev || !edev->pe || !eeh_ops->notify_resume) in eeh_notify_resume_store()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_pe.c | 13 /* IPVS pe list */ 19 /* Get pe in the pe list by name */ 22 struct ip_vs_pe *pe; in __ip_vs_pe_getbyname() 28 list_for_each_entry_rcu(pe, &ip_vs_pe, n_list) { in __ip_vs_pe_getbyname() 30 if (pe->module && in __ip_vs_pe_getbyname() 31 !try_module_get(pe->module)) { in __ip_vs_pe_getbyname() 32 /* This pe is just deleted */ in __ip_vs_pe_getbyname() 35 if (strcmp(pe_name, pe->name)==0) { in __ip_vs_pe_getbyname() 38 return pe; in __ip_vs_pe_getbyname() 23 struct ip_vs_pe *pe; __ip_vs_pe_getbyname() local 51 struct ip_vs_pe *pe; ip_vs_pe_getbyname() local 66 register_ip_vs_pe(struct ip_vs_pe * pe) register_ip_vs_pe() argument 98 unregister_ip_vs_pe(struct ip_vs_pe * pe) unregister_ip_vs_pe() argument [all...] |
| /linux/arch/alpha/include/asm/ |
| H A D | core_marvel.h | 57 #define EV7_IPE(pe) ((~((long)(pe)) & EV7_PE_MASK) << 35) argument 59 #define EV7_CSR_PHYS(pe, off) (EV7_IPE(pe) | (0x7FFCUL << 20) | (off)) argument 60 #define EV7_CSRS_PHYS(pe) (EV7_CSR_PHYS(pe, 0UL)) argument 62 #define EV7_CSR_KERN(pe, off) (EV7_KERN_ADDR(EV7_CSR_PHYS(pe, off))) argument 63 #define EV7_CSRS_KERN(pe) (EV7_KERN_ADDR(EV7_CSRS_PHYS(pe))) argument 249 #define IO7_IPE(pe) (EV7_IPE(pe)) argument 252 #define IO7_HOSE(pe, port) (IO7_IPE(pe) | IO7_IPORT(port)) argument 254 #define IO7_MEM_PHYS(pe, port) (IO7_HOSE(pe, port) | 0x00000000UL) argument 255 #define IO7_CONF_PHYS(pe, port) (IO7_HOSE(pe, port) | 0xFE000000UL) argument 256 #define IO7_IO_PHYS(pe, port) (IO7_HOSE(pe, port) | 0xFF000000UL) argument [all …]
|
| /linux/lib/crypto/ |
| H A D | des.c | 622 static unsigned long des_ekey(u32 *pe, const u8 *k) in des_ekey() argument 633 pe[15 * 2 + 0] = DES_PC2(a, b, c, d); d = rs[d]; in des_ekey() 634 pe[14 * 2 + 0] = DES_PC2(d, a, b, c); c = rs[c]; b = rs[b]; in des_ekey() 635 pe[13 * 2 + 0] = DES_PC2(b, c, d, a); a = rs[a]; d = rs[d]; in des_ekey() 636 pe[12 * 2 + 0] = DES_PC2(d, a, b, c); c = rs[c]; b = rs[b]; in des_ekey() 637 pe[11 * 2 + 0] = DES_PC2(b, c, d, a); a = rs[a]; d = rs[d]; in des_ekey() 638 pe[10 * 2 + 0] = DES_PC2(d, a, b, c); c = rs[c]; b = rs[b]; in des_ekey() 639 pe[ 9 * 2 + 0] = DES_PC2(b, c, d, a); a = rs[a]; d = rs[d]; in des_ekey() 640 pe[ 8 * 2 + 0] = DES_PC2(d, a, b, c); c = rs[c]; in des_ekey() 641 pe[ 7 * 2 + 0] = DES_PC2(c, d, a, b); b = rs[b]; a = rs[a]; in des_ekey() [all …]
|
| /linux/tools/perf/tests/ |
| H A D | bp_signal_overflow.c | 65 struct perf_event_attr pe; in test__bp_signal_overflow() local 85 memset(&pe, 0, sizeof(struct perf_event_attr)); in test__bp_signal_overflow() 86 pe.type = PERF_TYPE_BREAKPOINT; in test__bp_signal_overflow() 87 pe.size = sizeof(struct perf_event_attr); in test__bp_signal_overflow() 89 pe.config = 0; in test__bp_signal_overflow() 90 pe.bp_type = HW_BREAKPOINT_X; in test__bp_signal_overflow() 91 pe.bp_addr = (unsigned long) test_function; in test__bp_signal_overflow() 92 pe.bp_len = default_breakpoint_len(); in test__bp_signal_overflow() 94 pe.sample_period = THRESHOLD; in test__bp_signal_overflow() 95 pe.sample_type = PERF_SAMPLE_IP; in test__bp_signal_overflow() [all …]
|
| H A D | bp_signal.c | 105 struct perf_event_attr pe; in __event() local 108 memset(&pe, 0, sizeof(struct perf_event_attr)); in __event() 109 pe.type = PERF_TYPE_BREAKPOINT; in __event() 110 pe.size = sizeof(struct perf_event_attr); in __event() 112 pe.config = 0; in __event() 113 pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event() 114 pe.bp_addr = (unsigned long) addr; in __event() 115 pe.bp_len = is_x ? default_breakpoint_len() : sizeof(long); in __event() 117 pe.sample_period = 1; in __event() 118 pe.sample_type = PERF_SAMPLE_IP; in __event() [all …]
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_pmu.c | 228 struct amdgpu_pmu_entry *pe = container_of(event->pmu, in amdgpu_perf_start() local 236 if ((!pe->adev->df.funcs) || in amdgpu_perf_start() 237 (!pe->adev->df.funcs->pmc_start)) in amdgpu_perf_start() 247 target_cntr = pe->adev->df.funcs->pmc_start(pe->adev, in amdgpu_perf_start() 256 pe->adev->df.funcs->pmc_start(pe->adev, hwc->config, in amdgpu_perf_start() 270 struct amdgpu_pmu_entry *pe = container_of(event->pmu, in amdgpu_perf_read() local 275 if ((!pe->adev->df.funcs) || in amdgpu_perf_read() 276 (!pe in amdgpu_perf_read() 300 struct amdgpu_pmu_entry *pe = container_of(event->pmu, amdgpu_perf_stop() local 336 struct amdgpu_pmu_entry *pe = container_of(event->pmu, amdgpu_perf_add() local 386 struct amdgpu_pmu_entry *pe = container_of(event->pmu, amdgpu_perf_del() local 579 struct amdgpu_pmu_entry *pe, *temp; amdgpu_pmu_fini() local [all...] |
| /linux/tools/testing/selftests/user_events/ |
| H A D | perf_test.c | 32 static long perf_event_open(struct perf_event_attr *pe, pid_t pid, in perf_event_open() argument 35 return syscall(__NR_perf_event_open, pe, pid, cpu, group_fd, flags); in perf_event_open() 134 struct perf_event_attr pe = {0}; in TEST_F() local 159 pe.type = PERF_TYPE_TRACEPOINT; in TEST_F() 160 pe.size = sizeof(pe); in TEST_F() 161 pe.config = id; in TEST_F() 162 pe.sample_type = PERF_SAMPLE_RAW; in TEST_F() 163 pe.sample_period = 1; in TEST_F() 164 pe.wakeup_events = 1; in TEST_F() 167 fd = perf_event_open(&pe, 0, -1, -1, 0); in TEST_F() [all …]
|
| /linux/drivers/tty/vt/ |
| H A D | selection.c | 252 int pe) in vc_do_selection() argument 260 new_sel_end = pe; in vc_do_selection() 273 spc = is_space_on_vt(sel_pos(pe, unicode)); in vc_do_selection() 274 for (new_sel_end = pe; ; pe += 2) { in vc_do_selection() 275 if ((spc && !is_space_on_vt(sel_pos(pe, unicode))) || in vc_do_selection() 276 (!spc && !inword(sel_pos(pe, unicode)))) in vc_do_selection() 278 new_sel_end = pe; in vc_do_selection() 279 if (!((pe + 2) % vc->vc_size_row)) in vc_do_selection() 285 new_sel_end = rounddown(pe, vc->vc_size_row) + in vc_do_selection() 289 highlight_pointer(pe); in vc_do_selection() [all …]
|
| /linux/arch/alpha/kernel/ |
| H A D | core_marvel.c | 59 read_ev7_csr(int pe, unsigned long offset) in read_ev7_csr() 61 ev7_csr *ev7csr = EV7_CSR_KERN(pe, offset); in read_ev7_csr() 72 write_ev7_csr(int pe, unsigned long offset, unsigned long q) in write_ev7_csr() 74 ev7_csr *ev7csr = EV7_CSR_KERN(pe, offset); in write_ev7_csr() 82 mk_resource_name(int pe, int port, char *str) in mk_resource_name() 88 sz = scnprintf(tmp, sizeof(tmp), "PCI %s PE %d PORT %d", str, pe, port); in mk_resource_name() 103 marvel_find_io7(int pe) in marvel_find_io7() 107 for (io7 = io7_head; io7 && io7->pe != pe; io7 = io7->next) in marvel_find_io7() 114 alloc_io7(unsigned int pe) in alloc_io7() 56 read_ev7_csr(int pe,unsigned long offset) read_ev7_csr() argument 69 write_ev7_csr(int pe,unsigned long offset,unsigned long q) write_ev7_csr() argument 79 mk_resource_name(int pe,int port,char * str) mk_resource_name() argument 100 marvel_find_io7(int pe) marvel_find_io7() argument 111 alloc_io7(unsigned int pe) alloc_io7() argument 358 int pe; marvel_io7_present() local [all...] |
| /linux/drivers/md/ |
| H A D | dm-snap.c | 747 struct dm_snap_pending_exception *pe = mempool_alloc(&s->pending_pool, in alloc_pending_exception() 751 pe->snap = s; in alloc_pending_exception() 753 return pe; in alloc_pending_exception() 756 static void free_pending_exception(struct dm_snap_pending_exception *pe) 758 struct dm_snapshot *s = pe->snap; in free_pending_exception() 760 mempool_free(pe, &s->pending_pool); in free_pending_exception() 1636 struct dm_snap_pending_exception *pe = context; in pending_complete() 1638 struct dm_snapshot *s = pe->snap; in pending_complete() 1645 dm_exception_table_lock_init(s, pe->e.old_chunk, &lock); in pending_complete() 1664 *e = pe in pending_complete() 748 struct dm_snap_pending_exception *pe = mempool_alloc(&s->pending_pool, alloc_pending_exception() local 757 free_pending_exception(struct dm_snap_pending_exception * pe) free_pending_exception() argument 1637 struct dm_snap_pending_exception *pe = context; pending_complete() local 1723 complete_exception(struct dm_snap_pending_exception * pe) complete_exception() argument 1738 struct dm_snap_pending_exception *pe = context; copy_callback() local 1786 start_copy(struct dm_snap_pending_exception * pe) start_copy() argument 1815 start_full_bio(struct dm_snap_pending_exception * pe,struct bio * bio) start_full_bio() argument 1853 __insert_pending_exception(struct dm_snapshot * s,struct dm_snap_pending_exception * pe,chunk_t chunk) __insert_pending_exception() argument 1886 __find_pending_exception(struct dm_snapshot * s,struct dm_snap_pending_exception * pe,chunk_t chunk) __find_pending_exception() argument 1946 struct dm_snap_pending_exception *pe = NULL; snapshot_map() local 2432 struct dm_snap_pending_exception *pe, *pe2; __origin_write() local [all...] |
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-pci.h | 56 void eeh_slot_error_detail(struct eeh_pe *pe, int severity); 57 int eeh_pci_enable(struct eeh_pe *pe, int function); 58 int eeh_pe_reset_full(struct eeh_pe *pe, bool include_passed); 60 void eeh_pe_state_mark(struct eeh_pe *pe, int state); 61 void eeh_pe_mark_isolated(struct eeh_pe *pe); 62 void eeh_pe_state_clear(struct eeh_pe *pe, int state, bool include_passed); 63 void eeh_pe_state_mark_with_cfg(struct eeh_pe *pe, int state); 64 void eeh_pe_dev_mode_mark(struct eeh_pe *pe, int mode);
|
| H A D | eeh_event.h | 19 struct eeh_pe *pe; /* EEH PE */ member 23 int eeh_send_failure_event(struct eeh_pe *pe); 24 int __eeh_send_failure_event(struct eeh_pe *pe); 25 void eeh_remove_event(struct eeh_pe *pe, bool force); 26 void eeh_handle_normal_event(struct eeh_pe *pe);
|
| /linux/drivers/misc/ocxl/ |
| H A D | link.c | 71 u64 pe; member 108 static void read_irq(struct spa *spa, u64 *dsisr, u64 *dar, u64 *pe) in read_irq() argument 115 *pe = reg & SPA_PE_MASK; in read_irq() 131 trace_ocxl_fault_ack(spa->spa_mem, spa->xsl_fault.pe, in ack_irq() 195 struct ocxl_process_element *pe; in xsl_fault_handler() local 203 pe = spa->spa_mem + pe_handle; in xsl_fault_handler() 204 pid = be32_to_cpu(pe->pid); in xsl_fault_handler() 250 spa->xsl_fault.pe = pe_handle; in xsl_fault_handler() 545 struct ocxl_process_element *pe; in ocxl_link_add_pe() local 555 pe in ocxl_link_add_pe() 635 struct ocxl_process_element *pe; ocxl_link_update_pe() local 671 struct ocxl_process_element *pe; ocxl_link_remove_pe() local [all...] |
| /linux/kernel/trace/ |
| H A D | trace_events_filter.c | 184 static void parse_error(struct filter_parse_error *pe, int err, int pos) in parse_error() argument 186 pe->lasterr = err; in parse_error() 187 pe->lasterr_pos = pos; in parse_error() 191 struct filter_parse_error *pe, 472 struct filter_parse_error *pe) in predicate_parse() argument 493 parse_error(pe, -ENOMEM, 0); in predicate_parse() 498 parse_error(pe, -ENOMEM, 0); in predicate_parse() 529 parse_error(pe, FILT_ERR_TOO_MANY_PREDS, next - str); in predicate_parse() 536 len = parse_pred(next, data, ptr - str, pe, &prog[N].pred); in predicate_parse() 564 parse_error(pe, FILT_ERR_TOO_MANY_PRED in predicate_parse() 1205 append_filter_err(struct trace_array * tr,struct filter_parse_error * pe,struct event_filter * filter) append_filter_err() argument 1629 parse_pred(const char * str,void * data,int pos,struct filter_parse_error * pe,struct filter_pred ** pred_ptr) parse_pred() argument 2207 process_preds(struct trace_event_call * call,const char * filter_string,struct event_filter * filter,struct filter_parse_error * pe) process_preds() argument 2254 process_system_preds(struct trace_subsystem_dir * dir,struct trace_array * tr,struct filter_parse_error * pe,char * filter_string) process_system_preds() argument 2340 struct filter_parse_error *pe = NULL; create_filter_start() local 2368 create_filter_finish(struct filter_parse_error * pe) create_filter_finish() argument 2396 struct filter_parse_error *pe = NULL; create_filter() local 2435 struct filter_parse_error *pe = NULL; create_system_filter() local [all...] |
| /linux/tools/perf/pmu-events/ |
| H A D | empty-pmu-events.c | 2857 static void decompress_event(int offset, struct pmu_event *pe) in decompress_event() argument 2861 pe->name = (*p == '\0' ? NULL : p); in decompress_event() 2863 pe->topic = (*p == '\0' ? NULL : p); in decompress_event() 2865 pe->desc = (*p == '\0' ? NULL : p); in decompress_event() 2867 pe->event = (*p == '\0' ? NULL : p); in decompress_event() 2869 pe->compat = (*p == '\0' ? NULL : p); in decompress_event() 2871 pe->deprecated = *p - '0'; in decompress_event() 2873 pe->perpkg = *p - '0'; in decompress_event() 2875 pe->unit = (*p == '\0' ? NULL : p); in decompress_event() 2877 pe->retirement_latency_mean = (*p == '\0' ? NULL : p); in decompress_event() [all …]
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | si_dma.c | 70 uint64_t pe, uint64_t src, in si_dma_vm_copy_pages() argument 80 ib->ptr[ib->length_dw++] = lower_32_bits(pe); in si_dma_vm_copy_pages() 82 ib->ptr[ib->length_dw++] = upper_32_bits(pe) & 0xff; in si_dma_vm_copy_pages() 85 pe += bytes; in si_dma_vm_copy_pages() 106 uint64_t pe, in si_dma_vm_write_pages() argument 120 ib->ptr[ib->length_dw++] = pe; in si_dma_vm_write_pages() 121 ib->ptr[ib->length_dw++] = upper_32_bits(pe) & 0xff; in si_dma_vm_write_pages() 122 for (; ndw > 0; ndw -= 2, --count, pe += 8) { in si_dma_vm_write_pages() 153 uint64_t pe, in si_dma_vm_set_pages() argument 172 ib->ptr[ib->length_dw++] = pe; /* dst addr */ in si_dma_vm_set_pages() [all …]
|