/Linux-v5.4/arch/powerpc/sysdev/xive/ |
D | common.c | 135 static u32 xive_scan_interrupts(struct xive_cpu *xc, bool just_peek) in xive_scan_interrupts() 246 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xmon_xive_do_dump() local 299 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_get_irq() local 342 static void xive_do_queue_eoi(struct xive_cpu *xc) in xive_do_queue_eoi() 404 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_irq_eoi() local 468 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_try_pick_target() local 492 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_dec_target_count() local 573 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_pick_irq_target() local 1056 struct xive_cpu *xc; in xive_cause_ipi() local 1077 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_ipi_eoi() local [all …]
|
D | native.c | 215 static int xive_native_setup_queue(unsigned int cpu, struct xive_cpu *xc, u8 prio) in xive_native_setup_queue() 228 static void xive_native_cleanup_queue(unsigned int cpu, struct xive_cpu *xc, u8 prio) in xive_native_cleanup_queue() 260 static int xive_native_get_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_native_get_ipi() 310 static void xive_native_put_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_native_put_ipi() 340 static void xive_native_update_pending(struct xive_cpu *xc) in xive_native_update_pending() 394 static void xive_native_setup_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_native_setup_cpu() 434 static void xive_native_teardown_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_native_teardown_cpu()
|
D | spapr.c | 501 static int xive_spapr_setup_queue(unsigned int cpu, struct xive_cpu *xc, in xive_spapr_setup_queue() 515 static void xive_spapr_cleanup_queue(unsigned int cpu, struct xive_cpu *xc, in xive_spapr_cleanup_queue() 540 static int xive_spapr_get_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_get_ipi() 553 static void xive_spapr_put_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_put_ipi() 572 static void xive_spapr_update_pending(struct xive_cpu *xc) in xive_spapr_update_pending() 620 static void xive_spapr_setup_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_setup_cpu() 629 static void xive_spapr_teardown_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_teardown_cpu()
|
/Linux-v5.4/arch/powerpc/kvm/ |
D | book3s_xive_native.c | 43 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_cleanup_queue() local 55 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_cleanup_vcpu() local 107 struct kvmppc_xive_vcpu *xc = NULL; in kvmppc_xive_native_connect_vcpu() local 538 struct kvmppc_xive_vcpu *xc; in kvmppc_xive_native_set_queue_config() local 690 struct kvmppc_xive_vcpu *xc; in kvmppc_xive_native_get_queue_config() local 794 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_reset() local 871 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_vcpu_eq_sync() local 1116 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_get_vp() local 1154 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_set_vp() local 1202 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_native_debug_show() local
|
D | book3s_xive.c | 178 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_attach_escalation() local 247 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_provision_queue() local 316 struct kvmppc_xive_vcpu *xc; in xive_inc_q_pending() local 335 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_try_pick_queue() local 826 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_get_icp() local 839 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_set_icp() local 1076 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_disable_vcpu_interrupts() local 1134 struct kvmppc_xive_vcpu *xc, int irq) in xive_cleanup_single_escalation() 1152 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_cleanup_vcpu() local 1218 struct kvmppc_xive_vcpu *xc; in kvmppc_xive_connect_vcpu() local [all …]
|
D | book3s_xive_template.c | 271 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE() local 322 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE() local 441 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE() local 503 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE() local 606 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE() local
|
/Linux-v5.4/arch/mips/math-emu/ |
D | ieee754int.h | 39 static inline int ieee754_class_nan(int xc) in ieee754_class_nan()
|
/Linux-v5.4/drivers/net/wan/lmc/ |
D | lmc_main.c | 339 struct lmc_xilinx_control xc; /*fold02*/ in lmc_ioctl() local
|
/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_nvmet.c | 2602 int xc = 1; in lpfc_nvmet_prep_fcp_wqe() local
|
/Linux-v5.4/net/xfrm/ |
D | xfrm_state.c | 1586 struct xfrm_state *xc; in xfrm_state_migrate() local
|
D | xfrm_policy.c | 4393 struct xfrm_state *x, *xc; in xfrm_migrate() local
|
/Linux-v5.4/drivers/staging/media/ipu3/ |
D | ipu3-abi.h | 1444 u16 xc; member
|