Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dvmm.h286 #define VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL,BASE,SIZE,NEXT) do { \ argument
302 FILL(VMM, PT, PTEI, _ptes, MAP, _addr); \
309 #define VMM_MAP_ITER_MEM(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
310 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \
314 #define VMM_MAP_ITER_DMA(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
315 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \
317 #define VMM_MAP_ITER_SGL(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
318 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \
/Linux-v5.15/Documentation/networking/
Daf_xdp.rst42 UMEM also has two rings: the FILL ring and the COMPLETION ring. The
43 FILL ring is used by the application to send down addr for the kernel
50 TX ring. In summary, the RX and FILL rings are used for the RX path
67 reason that there is only one set of FILL and COMPLETION rings per
128 There are a four different kind of rings: FILL, COMPLETION, RX and
133 The UMEM uses two rings: FILL and COMPLETION. Each socket associated
136 one FILL ring, one COMPLETION ring, four TX rings and four RX rings.
154 The FILL ring is used to transfer ownership of UMEM frames from
173 kernel-space to user-space. Just like the FILL ring, UMEM indices are
189 If no frames have been passed to kernel via the FILL ring, no
[all …]
/Linux-v5.15/arch/mips/kernel/
Dvmlinux.lds.S169 FILL(0);
177 FILL(0);
/Linux-v5.15/drivers/block/
Dataflop.c718 #define FILL(n,val) \ macro
766 FILL( 60 * (nsect / 9), 0x4e ); in do_format()
768 FILL( 12, 0 ); in do_format()
769 FILL( 3, 0xf5 ); in do_format()
776 FILL( 22, 0x4e ); in do_format()
777 FILL( 12, 0 ); in do_format()
778 FILL( 3, 0xf5 ); in do_format()
780 FILL( 512, 0xe5 ); in do_format()
782 FILL( 40, 0x4e ); in do_format()
784 FILL( TrackBuffer+BUFFER_SIZE-p, 0x4e ); in do_format()
/Linux-v5.15/arch/s390/boot/compressed/
Dvmlinux.lds.S96 FILL(0xff);
/Linux-v5.15/tools/testing/selftests/sgx/
Dtest_encl.lds21 FILL(0xDEADBEEF);