Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_xive_template.c12 #define GLUE(a,b) XGLUE(a,b) macro
17 static void GLUE(X_PFX,ack_pending)(struct kvmppc_xive_vcpu *xc) in GLUE() function
60 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
188 GLUE(X_PFX,source_eoi)(xc->vp_ipi, in GLUE()
270 X_STATIC unsigned long GLUE(X_PFX,h_xirr)(struct kvm_vcpu *vcpu) in GLUE() function
278 xc->GLUE(X_STAT_PFX,h_xirr)++; in GLUE()
281 GLUE(X_PFX,ack_pending)(xc); in GLUE()
[all …]
Dbook3s_rmhandlers.S43 #define FUNC(name) GLUE(.,name)
Dbook3s_interrupts.S32 #define FUNC(name) GLUE(.,name)
/Linux-v4.19/Documentation/devicetree/bindings/usb/
Domap-usb.txt1 OMAP GLUE AND OTHER OMAP SPECIFIC COMPONENTS
3 OMAP MUSB GLUE
46 OMAP DWC3 GLUE
Dkeystone-usb.txt3 DWC3 GLUE
/Linux-v4.19/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)
/Linux-v4.19/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)