Home
last modified time | relevance | path

Searched defs:epc (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/pci/controller/
H A Dpcie-rockchip-ep.c50 struct pci_epc *epc; member
114 static int rockchip_pcie_ep_write_header(struct pci_epc *epc, u8 fn, u8 vfn, in rockchip_pcie_ep_write_header()
151 static int rockchip_pcie_ep_set_bar(struct pci_epc *epc, u8 fn, u8 vfn, in rockchip_pcie_ep_set_bar()
219 static void rockchip_pcie_ep_clear_bar(struct pci_epc *epc, u8 fn, u8 vfn, in rockchip_pcie_ep_clear_bar()
253 static u64 rockchip_pcie_ep_align_addr(struct pci_epc *epc, u64 pci_addr, in rockchip_pcie_ep_align_addr()
275 static int rockchip_pcie_ep_map_addr(struct pci_epc *epc, u8 fn, u8 vfn, in rockchip_pcie_ep_map_addr()
294 static void rockchip_pcie_ep_unmap_addr(struct pci_epc *epc, u8 fn, u8 vfn, in rockchip_pcie_ep_unmap_addr()
310 static int rockchip_pcie_ep_set_msi(struct pci_epc *epc, u8 fn, u8 vfn, in rockchip_pcie_ep_set_msi()
332 static int rockchip_pcie_ep_get_msi(struct pci_epc *epc, u8 fn, u8 vfn) in rockchip_pcie_ep_get_msi()
455 static int rockchip_pcie_ep_raise_irq(struct pci_epc *epc, u8 fn, u8 vfn, in rockchip_pcie_ep_raise_irq()
[all …]
/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c85 static int dw_pcie_ep_write_header(struct pci_epc *epc, u8 func_no, u8 vfunc_no, in dw_pcie_ep_write_header()
353 static void dw_pcie_ep_clear_bar(struct pci_epc *epc, u8 func_no, u8 vfunc_no, in dw_pcie_ep_clear_bar()
490 static int dw_pcie_ep_set_bar(struct pci_epc *epc, u8 func_no, u8 vfunc_no, in dw_pcie_ep_set_bar()
621 static u64 dw_pcie_ep_align_addr(struct pci_epc *epc, u64 pci_addr, in dw_pcie_ep_align_addr()
635 static void dw_pcie_ep_unmap_addr(struct pci_epc *epc, u8 func_no, u8 vfunc_no, in dw_pcie_ep_unmap_addr()
653 static int dw_pcie_ep_map_addr(struct pci_epc *epc, u8 func_no, u8 vfunc_no, in dw_pcie_ep_map_addr()
675 static int dw_pcie_ep_get_msi(struct pci_epc *epc, u8 func_no, u8 vfunc_no) in dw_pcie_ep_get_msi()
695 static int dw_pcie_ep_set_msi(struct pci_epc *epc, u8 func_no, u8 vfunc_no, in dw_pcie_ep_set_msi()
719 static int dw_pcie_ep_get_msix(struct pci_epc *epc, u8 func_no, u8 vfunc_no) in dw_pcie_ep_get_msix()
739 static int dw_pcie_ep_set_msix(struct pci_epc *epc, u8 func_no, u8 vfunc_no, in dw_pcie_ep_set_msix()
[all …]
/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c38 static int cdns_pcie_ep_write_header(struct pci_epc *epc, u8 fn, u8 vfn, in cdns_pcie_ep_write_header()
81 static int cdns_pcie_ep_set_bar(struct pci_epc *epc, u8 fn, u8 vfn, in cdns_pcie_ep_set_bar()
152 static void cdns_pcie_ep_clear_bar(struct pci_epc *epc, u8 fn, u8 vfn, in cdns_pcie_ep_clear_bar()
185 static int cdns_pcie_ep_map_addr(struct pci_epc *epc, u8 fn, u8 vfn, in cdns_pcie_ep_map_addr()
207 static void cdns_pcie_ep_unmap_addr(struct pci_epc *epc, u8 fn, u8 vfn, in cdns_pcie_ep_unmap_addr()
227 static int cdns_pcie_ep_set_msi(struct pci_epc *epc, u8 fn, u8 vfn, u8 nr_irqs) in cdns_pcie_ep_set_msi()
251 static int cdns_pcie_ep_get_msi(struct pci_epc *epc, u8 fn, u8 vfn) in cdns_pcie_ep_get_msi()
275 static int cdns_pcie_ep_get_msix(struct pci_epc *epc, u8 func_no, u8 vfunc_no) in cdns_pcie_ep_get_msix()
295 static int cdns_pcie_ep_set_msix(struct pci_epc *epc, u8 fn, u8 vfn, in cdns_pcie_ep_set_msix()
435 static int cdns_pcie_ep_map_msi_irq(struct pci_epc *epc, u8 fn, u8 vfn, in cdns_pcie_ep_map_msi_irq()
[all …]
/linux/drivers/pci/endpoint/
H A Dpci-epc-mem.c47 int pci_epc_multi_mem_init(struct pci_epc *epc, in pci_epc_multi_mem_init()
128 int pci_epc_mem_init(struct pci_epc *epc, phys_addr_t base, in pci_epc_mem_init()
148 void pci_epc_mem_exit(struct pci_epc *epc) in pci_epc_mem_exit()
178 void __iomem *pci_epc_mem_alloc_addr(struct pci_epc *epc, in pci_epc_mem_alloc_addr()
221 static struct pci_epc_mem *pci_epc_get_matching_window(struct pci_epc *epc, in pci_epc_get_matching_window()
247 void pci_epc_mem_free_addr(struct pci_epc *epc, phys_addr_t phys_addr, in pci_epc_mem_free_addr()
/linux/arch/mips/kernel/
H A Dbranch.c32 long epc = regs->cp0_epc; in __isa_exception_epc() local
326 long epc; in __MIPS16e_compute_return_epc() local
425 long epc = regs->cp0_epc; in __compute_return_epc_for_insn() local
852 long epc; in __compute_return_epc() local
H A Dtraps.c1031 unsigned long epc = msk_isa16_mode(exception_epc(regs)); in do_bp() local
1122 unsigned long epc = msk_isa16_mode(exception_epc(regs)); in do_tr() local
1155 unsigned int __user *epc = (unsigned int __user *)exception_epc(regs); in do_ri() local
1407 unsigned int __user *epc; in do_cpu() local
H A Dmips-r2-to-r6-emul.c250 unsigned long cepc, epc, nepc; in jr_func() local
911 unsigned long cpc, epc, nepc, r31, res, rs, rt; in mipsr2_decoder() local
H A Dkprobes.c205 long epc; in evaluate_branch_instruction() local
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c364 struct pci_epc *epc = epf->epc; in pci_epf_test_copy() local
468 struct pci_epc *epc = epf->epc; in pci_epf_test_read() local
565 struct pci_epc *epc = epf->epc; in pci_epf_test_write() local
663 struct pci_epc *epc = epf->epc; in pci_epf_test_raise_irq() local
736 struct pci_epc *epc = epf->epc; in pci_epf_test_enable_doorbell() local
800 struct pci_epc *epc = epf->epc; in pci_epf_test_disable_doorbell() local
842 struct pci_epc *epc = epf->epc; in pci_epf_test_bar_subrange_setup() local
946 struct pci_epc *epc = epf->epc; in pci_epf_test_bar_subrange_clear() local
1063 struct pci_epc *epc = epf->epc; in pci_epf_test_set_bar() local
1090 struct pci_epc *epc = epf->epc; in pci_epf_test_clear_bar() local
[all …]
/linux/arch/riscv/kernel/
H A Dtraps_misaligned.c146 static inline int get_insn(struct pt_regs *regs, ulong epc, ulong *r_insn) in get_insn()
196 unsigned long epc = regs->epc; in handle_vector_misaligned_load() local
223 unsigned long epc = regs->epc; in handle_scalar_misaligned_load() local
336 unsigned long epc = regs->epc; in handle_scalar_misaligned_store() local
429 unsigned long epc = regs->epc; in handle_misaligned_load() local
/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c150 static void deref_cm_id(struct c4iw_ep_common *epc) in deref_cm_id()
157 static void ref_cm_id(struct c4iw_ep_common *epc) in ref_cm_id()
266 static enum c4iw_ep_state state_read(struct c4iw_ep_common *epc) in state_read()
276 static void __state_set(struct c4iw_ep_common *epc, enum c4iw_ep_state new) in __state_set()
281 static void state_set(struct c4iw_ep_common *epc, enum c4iw_ep_state new) in state_set()
311 struct c4iw_ep_common *epc; in alloc_ep() local
/linux/drivers/scsi/
H A Dgvp11.c322 unsigned int epc; in gvp11_probe() local
/linux/tools/arch/mips/include/uapi/asm/
H A Dkvm.h188 __u64 epc; member
/linux/arch/mips/include/asm/sn/
H A Dnmi.h74 unsigned long epc; member
/linux/arch/mips/include/uapi/asm/
H A Dkvm.h204 __u64 epc; member
/linux/include/uapi/linux/
H A Dzorro.h36 #define ZORRO_ID(manuf, prod, epc) \ argument
/linux/arch/riscv/include/asm/
H A Dptrace.h16 unsigned long epc; member
H A Dftrace.h128 unsigned long epc; member
/linux/arch/mips/kvm/
H A Demulate.c46 long epc = instpc; in kvm_compute_return_epc() local
/linux/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h77 unsigned long epc; member
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_mips.h323 u32 epc; member
/linux/kernel/events/
H A Dcore.c2454 struct perf_event_pmu_context *epc = event->pmu_ctx; in event_sched_out() local
2804 struct perf_event_pmu_context *epc = event->pmu_ctx; in event_sched_in() local
2909 struct perf_event_pmu_context *epc = event->pmu_ctx; in group_can_go_on() local
2991 struct perf_event_pmu_context *epc; in ctx_resched() local
5045 __perf_init_event_pmu_context(struct perf_event_pmu_context *epc, struct pmu *pmu) in __perf_init_event_pmu_context()
5170 struct perf_event_pmu_context *new = NULL, *pos = NULL, *epc; in find_get_pmu_context() local
5243 static void get_pmu_ctx(struct perf_event_pmu_context *epc) in get_pmu_ctx()
5258 struct perf_event_pmu_context *epc = container_of(head, typeof(*epc), rcu_head); in free_epc_rcu() local
5263 static void put_pmu_ctx(struct perf_event_pmu_context *epc) in put_pmu_ctx()
14339 struct perf_event_pmu_context *epc; in __perf_pmu_install_event() local
/linux/drivers/nvme/target/
H A Dpci-epf.c2409 struct pci_epc *epc = epf->epc; in nvmet_pci_epf_bind() local
2432 struct pci_epc *epc = epf->epc; in nvmet_pci_epf_unbind() local
/linux/include/linux/
H A Dperf_event.h992 static inline bool perf_pmu_ctx_is_active(struct perf_event_pmu_context *epc) in perf_pmu_ctx_is_active()
1114 struct perf_event_pmu_context epc; member
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.h512 u32 epc; member

12