/kernel/linux/linux-6.6/scripts/ |
H A D | objdiff | 67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
H A D | core-pkey.c | 202 void *p = ehdr, *note; in check_core_file() local 231 /* Find the NT_PPC_PKEY note. */ in check_core_file() 242 note = p + sizeof(*nhdr) + __ALIGN_KERNEL(nhdr->n_namesz, 4); in check_core_file() 244 regs = (unsigned long *) note; in check_core_file()
|
/kernel/linux/linux-6.6/Documentation/driver-api/media/drivers/ccs/ |
H A D | mk-ccs-regs | 75 my $note = "/*\n * Generated by $0;\n * do not modify.\n */\n"; 78 print $fh "// $license\n$copyright$note\n" if defined $fh; 82 print $fh "/* $license */\n$copyright$note\n";
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/ |
H A D | core-pkey.c | 202 void *p = ehdr, *note; in check_core_file() local 231 /* Find the NT_PPC_PKEY note. */ in check_core_file() 242 note = p + sizeof(*nhdr) + __ALIGN_KERNEL(nhdr->n_namesz, 4); in check_core_file() 244 regs = (unsigned long *) note; in check_core_file()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | ansi_cprng.c | 52 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() argument 55 printk(KERN_CRIT "%s", note); in hexdump()
|
/kernel/linux/linux-5.10/arch/sh/ |
H A D | Makefile | 79 OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \
|
/kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
H A D | Makefile | 27 vobjs-y := vdso-note.o vclock_gettime.o vgetcpu.o 28 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asequencer.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 41 /** note messages (channel specific) 194 /* note event */ 197 unsigned char note; member 224 void *ptr; /* pointer to data (note: maybe 64-bit) */ 286 struct snd_seq_ev_note note; member
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asequencer.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 25 /** note messages (channel specific) 179 /* note event */ 182 unsigned char note; member 209 void *ptr; /* pointer to data (note: maybe 64-bit) */ 257 struct snd_seq_ev_note note; member
|
/kernel/linux/linux-6.6/arch/x86/entry/vdso/ |
H A D | Makefile | 27 vobjs-y := vdso-note.o vclock_gettime.o vgetcpu.o 28 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
|
/kernel/linux/linux-6.6/crypto/ |
H A D | ansi_cprng.c | 53 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() argument 56 printk(KERN_CRIT "%s", note); in hexdump()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asequencer.h | 102 unsigned char note; member 174 struct snd_seq_ev_note note; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asequencer.h | 111 unsigned char note; member 175 struct snd_seq_ev_note note; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asequencer.h | 111 unsigned char note; member 175 struct snd_seq_ev_note note; member
|
/kernel/linux/linux-5.10/arch/arm/vdso/ |
H A D | Makefile | 10 obj-vdso := vgettimeofday.o datapage.o note.o
|
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso/ |
H A D | Makefile | 14 obj-vdso := vgettimeofday.o note.o sigreturn.o
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso32/ |
H A D | Makefile | 5 obj-vdso32 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o getcpu.o
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | vmlinux.lds.S | 29 note PT_NOTE FLAGS(4); /* R__ */
|
/kernel/linux/linux-5.10/arch/s390/kernel/vdso64/ |
H A D | Makefile | 9 obj-vdso64 = vdso_user_wrapper.o note.o getcpu.o
|
/kernel/linux/linux-5.10/arch/riscv/kernel/vdso/ |
H A D | Makefile | 17 obj-vdso = $(patsubst %, %.o, $(vdso-syms)) note.o
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | vmlinux.lds.S | 33 note PT_NOTE FLAGS(0); /* ___ */
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | vmlinux.lds.S | 29 note PT_NOTE FLAGS(4); /* R__ */
|
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso/ |
H A D | Makefile | 12 obj-vdso := vgettimeofday.o note.o sigreturn.o
|
/kernel/linux/linux-6.6/arch/csky/kernel/vdso/ |
H A D | Makefile | 11 obj-vdso = $(patsubst %, %.o, $(vdso-syms)) note.o
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | vmlinux.lds.S | 29 note PT_NOTE FLAGS(4); /* R__ */
|