Home
last modified time | relevance | path

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

/Linux-v5.15/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
72 static void GLUE(X_PFX,source_eoi)(u32 hw_irq, struct xive_irq_data *xd) in GLUE() function
96 eoi_val = GLUE(X_PFX,esb_load)(xd, XIVE_ESB_SET_PQ_00); in GLUE()
110 static u32 GLUE(X_PFX,scan_interrupts)(struct kvmppc_xive_vcpu *xc, in GLUE() function
173 GLUE(X_PFX,source_eoi)(xc->vp_ipi, in GLUE()
267 X_STATIC unsigned long GLUE(X_PFX,h_xirr)(struct kvm_vcpu *vcpu) in GLUE() function
275 xc->GLUE(X_STAT_PFX,h_xirr)++; in GLUE()
278 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.15/Documentation/devicetree/bindings/usb/
Domap-usb.txt1 OMAP GLUE AND OTHER OMAP SPECIFIC COMPONENTS
3 OMAP MUSB GLUE
46 OMAP DWC3 GLUE
/Linux-v5.15/arch/powerpc/include/asm/
Dppc_asm.h172 #define GLUE(a,b) XGLUE(a,b) macro
177 .globl GLUE(.,name); \
180 .quad GLUE(.,name); \
184 .type GLUE(.,name),@function; \
185 GLUE(.,name):
189 #define DOTSYM(a) GLUE(.,a)
/Linux-v5.15/tools/testing/selftests/powerpc/primitives/asm/
Dppc_asm.h172 #define GLUE(a,b) XGLUE(a,b) macro
177 .globl GLUE(.,name); \
180 .quad GLUE(.,name); \
184 .type GLUE(.,name),@function; \
185 GLUE(.,name):
189 #define DOTSYM(a) GLUE(.,a)