Home
last modified time | relevance | path

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

1234567891011

/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/
H A Dhandlers.S81 .section .note.GNU-stack, "", %progbits
/kernel/linux/linux-6.6/arch/openrisc/
H A DMakefile20 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso64/
H A DMakefile3 obj-vdso64 = note.o sigtramp.o restart_syscall.o
/kernel/linux/linux-6.6/arch/riscv/kernel/pi/
H A DMakefile24 --remove-section=.note.gnu.property \
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dvmlinux.lds.S83 *(.note.*)
/kernel/linux/linux-5.10/scripts/
H A Dobjdiff67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/
H A Dhandlers.S81 .section .note.GNU-stack, "", %progbits
/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
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H A DIAppLaunchSceneDataProcessor.h55 std::string note{""};
/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

Completed in 16 milliseconds

1234567891011