Searched refs:swap (Results 1 - 25 of 694) sorted by relevance

1234567891011>>

/linux-master/arch/arm/vdso/
H A Dvdsomunge.c101 static Elf32_Word read_elf_word(Elf32_Word word, bool swap) argument
103 return swap ? swab32(word) : word;
106 static Elf32_Half read_elf_half(Elf32_Half half, bool swap) argument
108 return swap ? swab16(half) : half;
111 static void write_elf_word(Elf32_Word val, Elf32_Word *dst, bool swap) argument
113 *dst = swap ? swab32(val) : val;
125 bool swap; local
159 swap = inhdr->e_ident[EI_DATA] != HOST_ORDER;
161 if (read_elf_half(inhdr->e_type, swap) != ET_DYN)
164 if (read_elf_half(inhdr->e_machine, swap) !
[all...]
/linux-master/include/linux/mtd/
H A Dcfi_endian.h29 #define cpu_to_cfi16(map, x) _cpu_to_cfi(16, (map)->swap, (x))
30 #define cpu_to_cfi32(map, x) _cpu_to_cfi(32, (map)->swap, (x))
31 #define cpu_to_cfi64(map, x) _cpu_to_cfi(64, (map)->swap, (x))
32 #define cfi16_to_cpu(map, x) _cfi_to_cpu(16, (map)->swap, (x))
33 #define cfi32_to_cpu(map, x) _cfi_to_cpu(32, (map)->swap, (x))
34 #define cfi64_to_cpu(map, x) _cfi_to_cpu(64, (map)->swap, (x))
/linux-master/arch/sh/include/asm/
H A Dtlb.h10 #include <linux/swap.h>
/linux-master/drivers/md/
H A Ddm-ima.h61 void dm_ima_measure_on_device_resume(struct mapped_device *md, bool swap);
70 static inline void dm_ima_measure_on_device_resume(struct mapped_device *md, bool swap) {} argument
/linux-master/include/linux/
H A Dswap_slots.h5 #include <linux/swap.h>
H A Dswap_cgroup.h5 #include <linux/swap.h>
/linux-master/arch/sparc/include/asm/
H A Dtlb_64.h5 #include <linux/swap.h>
/linux-master/arch/riscv/include/asm/
H A Dtlb.h14 #include <linux/swap.h>
/linux-master/arch/arm64/kernel/pi/
H A Drelacheck.c27 static bool swap; variable
31 return swap ? __builtin_bswap64(val) : val;
36 return swap ? __builtin_bswap32(val) : val;
41 return swap ? __builtin_bswap16(val) : val;
72 swap = ehdr->e_ident[EI_DATA] != HOST_ORDER;
/linux-master/kernel/power/
H A Duser.c16 #include <linux/swap.h>
33 int swap; member in struct:snapshot_data
74 data->swap = swap_type_of(swsusp_resume_device, 0);
85 data->swap = -1;
117 free_all_swap_pages(data->swap);
242 data->swap = swap_type_of(swdev, offset);
243 if (data->swap < 0)
361 size = count_swap_pages(data->swap, 1);
367 if (data->swap < 0 || data->swap >
[all...]
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_disp.c71 * @swap: Flag to swap R & B for RGB formats, and U & V for YUV formats
77 bool swap; member in struct:zynqmp_disp_format
192 .swap = true,
197 .swap = false,
202 .swap = false,
207 .swap = true,
212 .swap = false,
217 .swap = true,
222 .swap
726 unsigned int swap[3] = { 0, 1, 2 }; local
[all...]
/linux-master/arch/sh/lib/
H A Dstrlen.S51 swap.b r1,r1
52 swap.w r1,r1
53 swap.b r1,r1
H A Dudivsi3.S33 swap.w r4,r0
42 swap.w r4,r4
47 swap.w r0,r0
H A Dudiv_qrnnd.S37 swap.w r0,r0
51 swap.w r4,r1
H A Dudivsi3_i4i-Os.S31 swap.w r4,r0
47 swap.w r4,r4
53 swap.w r0,r0
103 swap.w r4,r0
115 swap.w r4,r0
H A Dmemset.S34 swap.b r5,r0 ! V0
36 swap.w r5,r0 ! VV00
/linux-master/drivers/staging/wlan-ng/
H A Dp80211wep.c108 swap(i, j);
117 swap(i, j);
131 swap(i, j);
179 swap(i, j);
188 swap(i, j);
202 swap(i, j);
/linux-master/arch/x86/mm/
H A Dhighmem_32.c4 #include <linux/swap.h> /* for totalram_pages */
/linux-master/lib/math/
H A Dgcd.c42 swap(a, b);
74 swap(a, b);
/linux-master/sound/firewire/bebob/
H A Dbebob_focusrite.c250 swap(buf[1], buf[3]);
251 swap(buf[2], buf[3]);
252 swap(buf[3], buf[4]);
254 swap(buf[7], buf[10]);
255 swap(buf[8], buf[10]);
256 swap(buf[9], buf[11]);
257 swap(buf[11], buf[12]);
259 swap(buf[15], buf[16]);
/linux-master/drivers/gpu/drm/tegra/
H A Dplane.h51 u32 swap; member in struct:tegra_plane_state
91 int tegra_plane_format(u32 fourcc, u32 *format, u32 *swap);
/linux-master/fs/bcachefs/
H A Dfifo.h38 swap((l)->front, (r)->front); \
39 swap((l)->back, (r)->back); \
40 swap((l)->size, (r)->size); \
41 swap((l)->mask, (r)->mask); \
42 swap((l)->data, (r)->data); \
/linux-master/arch/m68k/math-emu/
H A Dfp_cond.S63 swap %d0
68 swap %d0
83 swap %d1 | test condition in %d1
103 swap %d1
118 swap %d1
120 swap %d1
165 swap %d1
H A Dfp_move.S49 swap %d1 | one can be trashed below
83 swap %d1
99 swap %d2
111 swap %d2
122 swap %d2
130 swap %d2
191 swap %d2
/linux-master/drivers/gpu/drm/lib/
H A Ddrm_random.c24 swap(order[i], order[j]);

Completed in 202 milliseconds

1234567891011>>