Home
last modified time | relevance | path

Searched refs:note (Results 151 - 175 of 253) sorted by relevance

1234567891011

/kernel/linux/linux-6.6/scripts/
H A Dobjdiff67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c202 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 Dmk-ccs-regs75 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 Dcore-pkey.c202 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 Dansi_cprng.c52 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 DMakefile79 OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \
/kernel/linux/linux-5.10/arch/x86/entry/vdso/
H A DMakefile27 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 Dasequencer.h1 /* 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 Dasequencer.h1 /* 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 DMakefile27 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 Dansi_cprng.c53 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 Dasequencer.h102 unsigned char note; member
174 struct snd_seq_ev_note note; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasequencer.h111 unsigned char note; member
175 struct snd_seq_ev_note note; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasequencer.h111 unsigned char note; member
175 struct snd_seq_ev_note note; member
/kernel/linux/linux-5.10/arch/arm/vdso/
H A DMakefile10 obj-vdso := vgettimeofday.o datapage.o note.o
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso/
H A DMakefile14 obj-vdso := vgettimeofday.o note.o sigreturn.o
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso32/
H A DMakefile5 obj-vdso32 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o getcpu.o
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dvmlinux.lds.S29 note PT_NOTE FLAGS(4); /* R__ */
/kernel/linux/linux-5.10/arch/s390/kernel/vdso64/
H A DMakefile9 obj-vdso64 = vdso_user_wrapper.o note.o getcpu.o
/kernel/linux/linux-5.10/arch/riscv/kernel/vdso/
H A DMakefile17 obj-vdso = $(patsubst %, %.o, $(vdso-syms)) note.o
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dvmlinux.lds.S33 note PT_NOTE FLAGS(0); /* ___ */
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dvmlinux.lds.S29 note PT_NOTE FLAGS(4); /* R__ */
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso/
H A DMakefile12 obj-vdso := vgettimeofday.o note.o sigreturn.o
/kernel/linux/linux-6.6/arch/csky/kernel/vdso/
H A DMakefile11 obj-vdso = $(patsubst %, %.o, $(vdso-syms)) note.o
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dvmlinux.lds.S29 note PT_NOTE FLAGS(4); /* R__ */

Completed in 17 milliseconds

1234567891011