Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
A 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/Documentation/networking/
A 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
154 The FILL ring is used to transfer ownership of UMEM frames from
189 If no frames have been passed to kernel via the FILL ring, no
264 rings as usual, but you are going to have one or more FILL and
322 create one FILL ring and one COMPLETION ring for each unique
326 and a TX ring, or at least one of them, and then one FILL and
[all …]
/linux/arch/mips/kernel/
A Dvmlinux.lds.S169 FILL(0);
177 FILL(0);
/linux/drivers/block/
A Dataflop.c736 #define FILL(n,val) \ macro
787 FILL( 60 * (nsect / 9), 0x4e ); in do_format()
789 FILL( 12, 0 ); in do_format()
790 FILL( 3, 0xf5 ); in do_format()
797 FILL( 22, 0x4e ); in do_format()
798 FILL( 12, 0 ); in do_format()
799 FILL( 3, 0xf5 ); in do_format()
801 FILL( 512, 0xe5 ); in do_format()
803 FILL( 40, 0x4e ); in do_format()
805 FILL( TrackBuffer+BUFFER_SIZE-p, 0x4e ); in do_format()
/linux/arch/s390/boot/compressed/
A Dvmlinux.lds.S96 FILL(0xff);
/linux/tools/testing/selftests/sgx/
A Dtest_encl.lds21 FILL(0xDEADBEEF);
/linux/arch/arm64/
A DKconfig674 bool "Cortex-A710: 2119858: workaround TRBE overwriting trace data in FILL mode"
682 data at the base of the buffer (pointed to by TRBASER_EL1) in FILL mode in
692 bool "Neoverse-N2: 2139208: workaround TRBE overwriting trace data in FILL mode"
700 data at the base of the buffer (pointed to by TRBASER_EL1) in FILL mode in

Completed in 22 milliseconds