HomeSort by: relevance | last modified time | path
    Searched refs:swap (Results 1 - 25 of 200) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/sys/lib/libkern/arch/sh3/
byte_swap_8.S 37 swap.b r4,r4
38 swap.b r5,r5
39 swap.w r4,r4
40 swap.w r5,r5
41 swap.b r4,r1
43 swap.b r5,r0
byte_swap_4.S 40 swap.b r4,r0
41 swap.w r0,r0
43 swap.b r0,r0
byte_swap_2.S 42 swap.b r4, r0
  /src/tests/sbin/resize_ffs/
t_grow_swapped.sh 33 # resize_ffs blocksize fragsize fssize newfssize level numdata swap
37 # If 'swap' is included, byteswap the fs
40 test_case grow_16M_v0_4096 resize_ffs 4096 512 32768 131072 0 28 swap
41 test_case grow_16M_v0_8192 resize_ffs 8192 1024 32768 131072 0 28 swap
42 test_case grow_16M_v0_16384 resize_ffs 16384 2048 32768 131072 0 29 swap
43 test_case grow_16M_v0_32768 resize_ffs 32768 4096 32768 131072 0 28 swap
44 test_case grow_16M_v0_65536 resize_ffs 65536 8192 32768 131072 0 26 swap
46 test_case grow_24M_v0_4096 resize_ffs 4096 512 49152 65536 0 41 swap
47 test_case grow_24M_v0_8192 resize_ffs 8192 1024 49152 65536 0 42 swap
48 test_case grow_24M_v0_16384 resize_ffs 16384 2048 49152 65536 0 43 swap
    [all...]
t_shrink_swapped.sh 33 # resize_ffs blocksize fragsize fssize newfssize level numdata swap
37 # If 'swap' is included, byteswap the fs
38 test_case shrink_24M_16M_v0_4096 resize_ffs 4096 512 49152 32768 0 41 swap
39 test_case shrink_24M_16M_v0_8192 resize_ffs 8192 1024 49152 32768 0 42 swap
40 test_case shrink_24M_16M_v0_16384 resize_ffs 16384 2048 49152 32768 0 43 swap
41 test_case shrink_24M_16M_v0_32768 resize_ffs 32768 4096 49152 32768 0 42 swap
42 test_case shrink_24M_16M_v0_65536 resize_ffs 65536 8192 49152 32768 0 38 swap
43 test_case shrink_32M_24M_v0_4096 resize_ffs 4096 512 65536 49152 0 55 swap
44 test_case shrink_32M_24M_v0_8192 resize_ffs 8192 1024 65536 49152 0 56 swap
45 test_case shrink_32M_24M_v0_16384 resize_ffs 16384 2048 65536 49152 0 58 swap
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/stingray/
bcm958742t.dts 43 enet-phy-lane-swap;
bcm958742k.dts 43 enet-phy-lane-swap;
  /src/lib/libc/sys/
swapon.c 35 #include <sys/swap.h>
  /src/sys/external/bsd/drm2/include/linux/
sort.h 42 void (*swap)(void *, void *, int))
46 KASSERT(swap == NULL); /* XXX */
  /src/etc/rc.d/
swap2 17 # "Critical" file systems are now mounted. Go ahead and swap
22 # "no error, but no suitable swap devices were configured".
24 # Check for no swap, and warn about it unless that is desired.
31 if swapctl -s | grep "no swap devices configured" > /dev/null;
33 warn "No swap space configured!"
40 # Remove all non-block-type swap devices
44 load_rc_config swap
  /src/common/lib/libc/arch/m68k/gen/
bswap32.S 48 swap %d0 | BADC -> DCBA
51 swap %d0
bswap64.S 58 swap %d1
59 swap %d0
bswap16.S 40 swap %d0
muldi3.S 72 swap %d2 | X_L32(H) in L
73 swap %d3 | Y_L32(H) in L
82 swap %d0
90 1: swap %d1 | B(H) <--> B(L)
  /src/distrib/utils/embedded/conf/
wii.conf 6 swap=true key
8 swap_file=/swap
25 ${swap_file} none swap sw,priority=1 0 0
61 # Add swap space
rpi_inst.conf 13 swap=8 key
18 size=$(( 10485760 + ${swap} * 1024 * 512 + ${boot} * 1024 * 512 + ${init} * 1024 * 512 ))
  /src/common/lib/libc/arch/mips/gen/
byte_swap_8.S 51 dsbh v0, a0 # dwords swap bytes within halfwords
52 dshd v0, v0 # dwords swap halwords within dwords
59 wsbh v1, a0 # word swap bytes within halfwords
60 wsbh v0, a1 # word swap bytes within halfwords
61 rotr v1, v1, 16 # rotate word 16bits and swap word
62 rotr v0, v0, 16 # rotate word 16bits and swap word
73 * We could swap by halfword, but that would be one instruction longer.
  /src/sys/dev/vme/
vmevar.h 43 typedef int vme_swap_t; /* hardware swap capabilities,
108 #define vme_space_map(vc, vmeaddr, len, am, datasize, swap, tag, handle, resc) \
110 (swap), (tag), (handle), (resc))
137 #define vme_dmamap_create(vc, size, am, datasize, swap, nsegs, segsz, bound, \
140 (swap), (nsegs), (segsz), (bound), (flags), (map))
147 #define vme_dmamem_alloc(vc, size, am, datasize, swap, \
149 (*((vc)->vct_dmamem_alloc))((vc)->cookie, (size), (am), (datasize), (swap), \
  /src/sys/arch/sparc/fpu/
fpu_emu.h 131 SWAP(x, y); \
133 #define SWAP(x, y) { \
134 struct fpn *swap; \
135 swap = (x), (x) = (y), (y) = swap; \
  /src/sys/arch/dreamcast/dreamcast/
locore.S 69 swap.b r1, r1
70 swap.w r1, r1
  /src/sys/arch/sparc64/sparc64/
lock_stubs.s 60 CASPTR [%o0], %g0, %o1 ! compare-and-swap
80 CASPTR [%o0], %o1, %o2 ! compare-and-swap
  /src/sys/arch/sh3/include/
locore.h 77 swap.b r3, r3 ;\
79 swap.w r3, r3 /* r3 = PSL_MD */ ;\
128 swap.b r0, r0 ;\
129 swap.w r0, r0 /* r0 = 0x10000000 */ ;\
171 swap.b Rn, Rn ;\
172 swap.w Rn, Rn /* Rn = 0x10000000 */ ;\
179 swap.b Rn, Rn ;\
180 swap.w Rn, Rn /* Rn = ~0x10000000 */ ;\
213 swap.b Rb, Rb ;\
215 swap.w Rb, Rb /* Rb = ~PSL_BL */ ;
    [all...]
  /src/sys/lib/libsa/
qsort.c 74 #define swap(a, b) \ macro
105 swap(pl, pl - es);
120 swap(a, pm);
128 swap(pa, pb);
136 swap(pc, pd);
143 swap(pb, pc);
152 swap(pl, pl - es);
  /src/sys/arch/powerpc/fpu/
fpu_emu.h 129 SWAP(x, y); \
131 #define SWAP(x, y) { \
132 struct fpn *swap; \
133 swap = (x), (x) = (y), (y) = swap; \
  /src/common/dist/zlib/contrib/puff/
pufftest.c 63 void *buf, *swap; local in function:load
76 if (size == *len || (swap = realloc(buf, size)) == NULL) {
81 buf = swap;

Completed in 17 milliseconds

1 2 3 4 5 6 7 8