Home
last modified time | relevance | path

Searched refs:GLUE (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_xive_template.c9 #define GLUE(a,b) XGLUE(a,b) macro
14 static void GLUE(X_PFX,ack_pending)(struct kvmppc_xive_vcpu *xc) in GLUE() function
57 static u8 GLUE(X_PFX,esb_load)(struct xive_irq_data *xd, u32 offset) in GLUE() function
75 static void GLUE(X_PFX,source_eoi)(u32 hw_irq, struct xive_irq_data *xd) in GLUE() function
101 eoi_val = GLUE(X_PFX,esb_load)(xd, XIVE_ESB_SET_PQ_00); in GLUE()
115 static u32 GLUE(X_PFX,scan_interrupts)(struct kvmppc_xive_vcpu *xc, in GLUE() function
178 GLUE(X_PFX,source_eoi)(xc->vp_ipi, in GLUE()
272 X_STATIC unsigned long GLUE(X_PFX,h_xirr)(struct kvm_vcpu *vcpu) in GLUE() function
280 xc->GLUE(X_STAT_PFX,h_xirr)++; in GLUE()
283 GLUE(X_PFX,ack_pending)(xc); in GLUE()
[all …]
Dbook3s_rmhandlers.S32 #define FUNC(name) GLUE(.,name)
Dbook3s_interrupts.S21 #define FUNC(name) GLUE(.,name)
/Linux-v5.10/Documentation/devicetree/bindings/usb/
Domap-usb.txt1 OMAP GLUE AND OTHER OMAP SPECIFIC COMPONENTS
3 OMAP MUSB GLUE
46 OMAP DWC3 GLUE
/Linux-v5.10/arch/powerpc/include/asm/
Dppc_asm.h220 #define GLUE(a,b) XGLUE(a,b) macro
225 .globl GLUE(.,name); \
228 .quad GLUE(.,name); \
232 .type GLUE(.,name),@function; \
233 GLUE(.,name):
237 #define DOTSYM(a) GLUE(.,a)
/Linux-v5.10/tools/testing/selftests/powerpc/primitives/asm/
Dppc_asm.h220 #define GLUE(a,b) XGLUE(a,b) macro
225 .globl GLUE(.,name); \
228 .quad GLUE(.,name); \
232 .type GLUE(.,name),@function; \
233 GLUE(.,name):
237 #define DOTSYM(a) GLUE(.,a)