Home
last modified time | relevance | path

Searched refs:glue (Results 1 – 8 of 8) sorted by relevance

/lib/
A Dcpu_rmap.c239 struct irq_glue *glue; in free_irq_cpu_rmap() local
247 if (glue) in free_irq_cpu_rmap()
265 struct irq_glue *glue = in irq_cpu_rmap_notify() local
269 rc = cpu_rmap_update(glue->rmap, glue->index, mask); in irq_cpu_rmap_notify()
283 glue->rmap->obj[glue->index] = NULL; in irq_cpu_rmap_release()
285 kfree(glue); in irq_cpu_rmap_release()
312 struct irq_glue *glue = kzalloc(sizeof(*glue), GFP_KERNEL); in irq_cpu_rmap_add() local
315 if (!glue) in irq_cpu_rmap_add()
319 glue->rmap = rmap; in irq_cpu_rmap_add()
325 glue->index = rc; in irq_cpu_rmap_add()
[all …]
/lib/crypto/arm/
A DMakefile4 libblake2s-arm-y := blake2s-core.o blake2s-glue.o
7 chacha-neon-y := chacha-scalar-core.o chacha-glue.o
11 poly1305-arm-y := poly1305-core.o poly1305-glue.o
/lib/crypto/powerpc/
A DMakefile4 chacha-p10-crypto-y := chacha-p10-glue.o chacha-p10le-8x.o
7 poly1305-p10-crypto-y := poly1305-p10-glue.o poly1305-p10le_64.o
/lib/crypto/arm64/
A DMakefile4 chacha-neon-y := chacha-neon-core.o chacha-neon-glue.o
7 poly1305-neon-y := poly1305-core.o poly1305-glue.o
/lib/crypto/mips/
A DMakefile4 chacha-mips-y := chacha-core.o chacha-glue.o
8 poly1305-mips-y := poly1305-core.o poly1305-glue.o
/lib/crypto/s390/
A DMakefile4 chacha_s390-y := chacha-glue.o chacha-s390.o
/lib/crypto/riscv/
A DMakefile4 chacha-riscv64-y := chacha-riscv64-glue.o chacha-riscv64-zvkb.o
/lib/crypto/x86/
A DMakefile4 libblake2s-x86_64-y := blake2s-core.o blake2s-glue.o

Completed in 10 milliseconds