Home
last modified time | relevance | path

Searched refs:pad (Results 1 – 25 of 149) sorted by relevance

123456

/arch/arc/include/asm/
Darcregs.h182 unsigned int pad:8, prod:8, maj:8, min:8; member
184 unsigned int min:8, maj:8, prod:8, pad:8;
211 unsigned int pad:12, line_len:4, sz:4, config:4, ver:8; member
213 unsigned int ver:8, config:4, sz:4, line_len:4, pad:12;
219 unsigned int pad:24, way:2, lsz:2, sz:4; member
221 unsigned int sz:4, lsz:2, way:2, pad:24;
227 unsigned int pad:7, c:1, num_entries:8, num_cores:8, ver:8; member
229 unsigned int ver:8, num_cores:8, num_entries:8, c:1, pad:7;
235 unsigned int start:4, limit:4, pad:22, order:1, disable:1; member
237 unsigned int disable:1, order:1, pad:22, limit:4, start:4;
[all …]
/arch/x86/kernel/
Dcallthunks.c187 u8 *pad = dest - tsize; in patch_dest() local
190 if (!bcmp(pad, skl_call_thunk_template, tsize)) in patch_dest()
191 return pad; in patch_dest()
194 if (bcmp(pad, nops, tsize)) { in patch_dest()
200 memcpy(pad, skl_call_thunk_template, tsize); in patch_dest()
202 text_poke_copy_locked(pad, skl_call_thunk_template, tsize, true); in patch_dest()
203 return pad; in patch_dest()
208 void *pad, *dest; in patch_call() local
221 pad = patch_dest(dest, within_coretext(ct, dest)); in patch_call()
222 if (!pad) in patch_call()
[all …]
/arch/s390/boot/
Dpgm_check_info.c16 static char *as_hex(char *dst, unsigned long val, int pad) in as_hex() argument
18 char *p, *end = p = dst + max(pad, (int)__fls(val | 1) / 4 + 1); in as_hex()
87 unsigned long pad; in decompressor_printk() local
97 pad = isdigit(*++fmt) ? simple_strtol(fmt, (char **)&fmt, 10) : 0; in decompressor_printk()
108 if (*++fmt != 'x' || end - p <= max(sizeof(long) * 2, pad)) in decompressor_printk()
110 p = as_hex(p, va_arg(args, unsigned long), pad); in decompressor_printk()
113 if (end - p <= max(sizeof(int) * 2, pad)) in decompressor_printk()
115 p = as_hex(p, va_arg(args, unsigned int), pad); in decompressor_printk()
/arch/x86/include/uapi/asm/
Dkvm_para.h68 __u32 pad[11]; member
80 __u32 pad[9]; member
116 __u32 pad; member
144 __u8 pad[56]; member
Dkvm.h83 __u32 pad; member
192 __u32 pad; member
286 __u32 pad; member
352 __u8 pad; member
476 __u16 pad; member
502 __u8 pad[120]; member
522 __u32 pad[4]; member
/arch/alpha/boot/tools/
Dobjstrip.c55 size_t nwritten, tocopy, n, mem_size, fil_size, pad = 0; in main() local
76 pad = BLOCK_SIZE; in main()
259 if (pad) { in main()
260 mem_size = ((mem_size + pad - 1) / pad) * pad; in main()
267 prog_name, pad, (unsigned long) tocopy); in main()
/arch/s390/include/uapi/asm/
Dkvm.h102 __u8 pad[6]; member
111 __u8 pad[4]; member
218 __u8 pad[7]; /* Should be set to 0 */ member
226 __u8 pad[7]; /* Should be set to 0 */ member
232 __u32 pad; /* Should be set to 0 */ member
/arch/x86/include/asm/xen/
Dinterface.h314 uint8_t pad[3]; member
343 uint8_t pad[XENPMU_REGS_PAD_SZ]; member
357 uint64_t pad; member
375 uint8_t pad[XENPMU_CTXT_PAD_SZ]; member
/arch/x86/events/intel/
Dbts.c89 int pg, nbuf, pad; in bts_buffer_setup_aux() local
114 for (pg = 0, nbuf = 0, offset = 0, pad = 0; nbuf < buf->nr_bufs; nbuf++) { in bts_buffer_setup_aux()
121 buf->buf[nbuf].displacement = (pad ? BTS_RECORD_SIZE - pad : 0); in bts_buffer_setup_aux()
123 pad = buf->buf[nbuf].size % BTS_RECORD_SIZE; in bts_buffer_setup_aux()
124 buf->buf[nbuf].size -= pad; in bts_buffer_setup_aux()
377 unsigned long head, space, next_space, pad, gap, skip, wakeup; in bts_buffer_reset() local
389 pad = space; in bts_buffer_reset()
402 skip = pad + gap; in bts_buffer_reset()
410 if (pad) in bts_buffer_reset()
/arch/x86/mm/
Dmmap.c87 unsigned long pad = stack_maxrandom_size(task_size) + stack_guard_gap; in mmap_base() local
91 if (gap + pad > gap) in mmap_base()
92 gap += pad; in mmap_base()
/arch/parisc/include/asm/
Deisa_eeprom.h26 u_int8_t pad[10]; member
71 u_int8_t pad[24]; member
Dcompat_ucontext.h13 compat_uint_t pad[1]; member
/arch/arm64/boot/dts/mediatek/
Dmt8183-evb.dts391 mediatek,pad-select = <0>;
398 mediatek,pad-select = <0>;
405 mediatek,pad-select = <0>;
412 mediatek,pad-select = <0>;
419 mediatek,pad-select = <0>;
426 mediatek,pad-select = <0>;
/arch/s390/mm/
Dmmap.c52 unsigned long pad = stack_maxrandom_size() + stack_guard_gap; in mmap_base() local
56 if (gap + pad > gap) in mmap_base()
57 gap += pad; in mmap_base()
/arch/arc/plat-axs10x/
Daxs10x.c78 unsigned int pad:11, y:12, m:4, d:5; in axs10x_print_board_ver() member
80 unsigned int d:5, m:4, y:12, pad:11; in axs10x_print_board_ver()
137 unsigned int slave_sel:4, slave_off:4, pad:24; member
/arch/arc/kernel/
Dintc-arcv2.c17 unsigned int pad:3, firq:1, prio:4, exts:8, irqs:8, ver:8; member
19 unsigned int ver:8, irqs:8, exts:8, prio:4, firq:1, pad:3;
/arch/csky/abiv2/inc/abi/
Dswitch_context.h11 unsigned long pad; member
/arch/arc/boot/dts/
DMakefile17 DTC_FLAGS_hsdk += --pad 20
/arch/mips/boot/
Delf2ecoff.c102 static void combine(struct sect *base, struct sect *new, int pad) in combine() argument
108 if (pad) in combine()
273 int i, pad; in main() local
548 pad = (sizeof(efh) + sizeof(eah) + nosecs * sizeof(struct scnhdr)) & 15; in main()
549 if (pad) { in main()
550 pad = 16 - pad; in main()
551 i = write(outfile, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0", pad); in main()
/arch/arm/boot/dts/nuvoton/
Dnuvoton-wpcm450-supermicro-x9sci-ln4f.dts102 * Debug serial port. TX is exposed on the right pad of unpopulated
103 * resistor R1247, RX on the right pad of R1162.
/arch/mips/include/uapi/asm/
Dfcntl.h55 #define __ARCH_FLOCK_PAD long pad[4];
/arch/x86/include/asm/
Dpvclock-abi.h34 u8 pad[2]; member
Dcurrent.h32 u8 pad[64]; member
/arch/arm64/include/uapi/asm/
Dkvm.h177 __u8 pad[3]; member
187 __u8 pad[5]; member
510 __u8 pad[15]; member
/arch/mips/boot/dts/ingenic/
Drs90.dts57 label = "D-pad up";
63 label = "D-pad down";
69 label = "D-pad left";
75 label = "D-pad right";

123456