/openbmc/linux/arch/powerpc/sysdev/xive/ |
H A D | common.c | 151 static u32 xive_scan_interrupts(struct xive_cpu *xc, bool just_peek) in xive_scan_interrupts() 272 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xmon_xive_do_dump() local 346 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_get_irq() local 389 static void xive_do_queue_eoi(struct xive_cpu *xc) in xive_do_queue_eoi() 441 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_irq_eoi() local 505 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_try_pick_target() local 529 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_dec_target_count() local 610 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_pick_irq_target() local 1058 struct xive_cpu *xc; in xive_cause_ipi() local 1079 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_ipi_eoi() local [all …]
|
H A D | native.c | 216 static int xive_native_setup_queue(unsigned int cpu, struct xive_cpu *xc, u8 prio) in xive_native_setup_queue() 229 static void xive_native_cleanup_queue(unsigned int cpu, struct xive_cpu *xc, u8 prio) in xive_native_cleanup_queue() 261 static int xive_native_get_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_native_get_ipi() 311 static void xive_native_put_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_native_put_ipi() 341 static void xive_native_update_pending(struct xive_cpu *xc) in xive_native_update_pending() 386 static void xive_native_prepare_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_native_prepare_cpu() 391 static void xive_native_setup_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_native_setup_cpu() 431 static void xive_native_teardown_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_native_teardown_cpu()
|
H A D | spapr.c | 530 static int xive_spapr_setup_queue(unsigned int cpu, struct xive_cpu *xc, in xive_spapr_setup_queue() 544 static void xive_spapr_cleanup_queue(unsigned int cpu, struct xive_cpu *xc, in xive_spapr_cleanup_queue() 571 static int xive_spapr_get_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_get_ipi() 584 static void xive_spapr_put_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_put_ipi() 603 static void xive_spapr_update_pending(struct xive_cpu *xc) in xive_spapr_update_pending() 646 static void xive_spapr_setup_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_setup_cpu() 655 static void xive_spapr_teardown_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_teardown_cpu()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_xive.c | 39 static void xive_vm_ack_pending(struct kvmppc_xive_vcpu *xc) in xive_vm_ack_pending() 133 static u32 xive_vm_scan_interrupts(struct kvmppc_xive_vcpu *xc, in xive_vm_scan_interrupts() 289 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_vm_h_xirr() local 338 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_vm_h_ipoll() local 372 static void xive_vm_push_pending_to_hw(struct kvmppc_xive_vcpu *xc) in xive_vm_push_pending_to_hw() 391 struct kvmppc_xive_vcpu *xc) in xive_vm_scan_for_rerouted_irqs() 458 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_vm_h_cppr() local 520 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_vm_h_eoi() local 623 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_vm_h_ipi() local 665 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_vcpu_has_save_restore() local [all …]
|
H A D | book3s_xive_native.c | 46 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_cleanup_queue() local 76 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_cleanup_vcpu() local 127 struct kvmppc_xive_vcpu *xc = NULL; in kvmppc_xive_native_connect_vcpu() local 564 struct kvmppc_xive_vcpu *xc; in kvmppc_xive_native_set_queue_config() local 712 struct kvmppc_xive_vcpu *xc; in kvmppc_xive_native_get_queue_config() local 816 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_reset() local 893 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_vcpu_eq_sync() local 1138 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_get_vp() local 1176 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_set_vp() local 1224 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_native_debug_show() local
|
/openbmc/linux/drivers/dma/ |
H A D | uniphier-xdmac.c | 117 uniphier_xdmac_next_desc(struct uniphier_xdmac_chan *xc) in uniphier_xdmac_next_desc() 131 static void uniphier_xdmac_chan_start(struct uniphier_xdmac_chan *xc, in uniphier_xdmac_chan_start() 198 static int uniphier_xdmac_chan_stop(struct uniphier_xdmac_chan *xc) in uniphier_xdmac_chan_stop() 218 static void uniphier_xdmac_start(struct uniphier_xdmac_chan *xc) in uniphier_xdmac_start() 230 static void uniphier_xdmac_chan_irq(struct uniphier_xdmac_chan *xc) in uniphier_xdmac_chan_irq() 325 struct uniphier_xdmac_chan *xc = to_uniphier_xdmac_chan(vc); in uniphier_xdmac_prep_slave_sg() local 398 struct uniphier_xdmac_chan *xc = to_uniphier_xdmac_chan(vc); in uniphier_xdmac_slave_config() local 408 struct uniphier_xdmac_chan *xc = to_uniphier_xdmac_chan(vc); in uniphier_xdmac_terminate_all() local 438 struct uniphier_xdmac_chan *xc = to_uniphier_xdmac_chan(vc); in uniphier_xdmac_issue_pending() local 457 struct uniphier_xdmac_chan *xc = &xdev->channels[ch]; in uniphier_xdmac_chan_init() local
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen_backend_ops.h | 75 static inline int qemu_xen_evtchn_bind_interdomain(xenevtchn_handle *xc, in qemu_xen_evtchn_bind_interdomain() 85 static inline int qemu_xen_evtchn_unbind(xenevtchn_handle *xc, in qemu_xen_evtchn_unbind() 94 static inline int qemu_xen_evtchn_close(xenevtchn_handle *xc) in qemu_xen_evtchn_close() 102 static inline int qemu_xen_evtchn_fd(xenevtchn_handle *xc) in qemu_xen_evtchn_fd() 110 static inline int qemu_xen_evtchn_notify(xenevtchn_handle *xc, in qemu_xen_evtchn_notify() 119 static inline int qemu_xen_evtchn_unmask(xenevtchn_handle *xc, in qemu_xen_evtchn_unmask() 128 static inline int qemu_xen_evtchn_pending(xenevtchn_handle *xc) in qemu_xen_evtchn_pending()
|
H A D | xen_native.h | 308 static inline int xen_get_vmport_regs_pfn(xc_interface *xc, domid_t dom, in xen_get_vmport_regs_pfn() 320 static inline int xen_get_vmport_regs_pfn(xc_interface *xc, domid_t dom, in xen_get_vmport_regs_pfn()
|
/openbmc/qemu/scripts/ |
H A D | xen-detect.c | 71 xc_interface *xc = NULL; in main() local 116 xc_interface *xc = NULL; in main() local
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_evtchn.c | 1067 struct xenevtchn_handle *xc = s->be_handles[be_port]; in close_port() local 1380 struct xenevtchn_handle *xc = s->be_handles[interdomain->remote_port]; in xen_evtchn_bind_interdomain_op() local 1494 struct xenevtchn_handle *xc = s->be_handles[be_port]; in xen_evtchn_send_op() local 1998 struct xenevtchn_handle *xc = g_new0(struct xenevtchn_handle, 1); in xen_be_evtchn_open() local 2009 static int find_be_port(XenEvtchnState *s, struct xenevtchn_handle *xc) in find_be_port() 2023 int xen_be_evtchn_bind_interdomain(struct xenevtchn_handle *xc, uint32_t domid, in xen_be_evtchn_bind_interdomain() 2096 int xen_be_evtchn_unbind(struct xenevtchn_handle *xc, evtchn_port_t port) in xen_be_evtchn_unbind() 2139 int xen_be_evtchn_close(struct xenevtchn_handle *xc) in xen_be_evtchn_close() 2152 int xen_be_evtchn_fd(struct xenevtchn_handle *xc) in xen_be_evtchn_fd() 2160 int xen_be_evtchn_notify(struct xenevtchn_handle *xc, evtchn_port_t port) in xen_be_evtchn_notify() [all …]
|
/openbmc/linux/arch/x86/kernel/ |
H A D | topology.c | 43 struct x86_cpu *xc = per_cpu_ptr(&cpu_devices, cpu); in arch_register_cpu() local
|
/openbmc/qemu/target/i386/ |
H A D | cpu-sysemu.c | 157 X86CPU *xc = NULL; in x86_cpu_from_model() local 194 X86CPU *xc = NULL; in qmp_query_cpu_model_expansion() local
|
H A D | cpu.c | 5922 X86CPU *xc = X86_CPU(obj); in x86_cpu_get_unavailable_features() local 5974 static char *x86_cpu_class_get_model_id(X86CPUClass *xc) in x86_cpu_class_get_model_id() 6066 X86CPU *xc; in x86_cpu_class_check_missing_features() local
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_uds.h | 29 u16 xc; member
|
/openbmc/linux/drivers/gpu/drm/msm/disp/ |
H A D | msm_disp_snapshot_util.c | 16 u32 x0, x4, x8, xc; in msm_disp_state_dump_regs() local
|
/openbmc/linux/arch/mips/math-emu/ |
H A D | ieee754int.h | 40 static inline int ieee754_class_nan(int xc) in ieee754_class_nan()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv_xscom.c | 249 PnvXScomInterfaceClass *xc = PNV_XSCOM_INTERFACE_GET_CLASS(xd); in xscom_dt_child() local
|
/openbmc/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_catalog.c | 272 u32 x0, x4, x8, xc; in dump_regs() local
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_nvmet.c | 2713 int xc = 1; in lpfc_nvmet_prep_fcp_wqe() local
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_state.c | 1869 struct xfrm_state *xc; in xfrm_state_migrate() local
|
H A D | xfrm_policy.c | 4534 struct xfrm_state *x, *xc; in xfrm_migrate() local
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 426 uint32_t HELPER(xc)(CPUS390XState *env, uint32_t l, uint64_t dest, in HELPER() argument
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 2259 float32_muladd(float32 xa, float32 xb, float32 xc, int flags, float_status *s) in float32_muladd() 2330 float64_muladd(float64 xa, float64 xb, float64 xc, int flags, float_status *s) in float64_muladd()
|
/openbmc/linux/drivers/staging/media/ipu3/ |
H A D | ipu3-abi.h | 1444 u16 xc; member
|