Searched refs:note (Results 1 - 25 of 131) sorted by relevance

123456

/linux-master/tools/perf/bench/
H A Dmem-memset-x86-64-asm.S11 * We need to provide note.GNU-stack section, saying that we want
15 .section .note.GNU-stack,"",@progbits
H A Dmem-memcpy-x86-64-asm.S16 * We need to provide note.GNU-stack section, saying that we want
20 .section .note.GNU-stack,"",@progbits
/linux-master/arch/arm/vdso/
H A Dvdso.lds.S34 .note : { *(.note.*) } :text :note
50 *(.note.GNU-stack)
64 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/sound/drivers/opl3/
H A Dopl3_voice.h18 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
19 void snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
20 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan);
21 void snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan);
31 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, struct snd_midi_channel *chan);
/linux-master/arch/arm64/kernel/vdso32/
H A Dvdso.lds.S35 .note : { *(.note.*) } :text :note
65 *(.note.GNU-stack)
79 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/loongarch/vdso/
H A Dvdso.lds.S24 .note : { *(.note.*) } :text :note
43 *(.note.GNU-stack)
53 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/mips/vdso/
H A Dvdso.lds.S43 .note : { *(.note.*) } :text :note
63 *(.note.GNU-stack)
87 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/sound/core/seq/
H A Dseq_midi_emul.c35 int note, int vel);
88 dest_channel = ev->data.note.channel;
103 /* Make sure that we don't have a note on that should really be
104 * a note off */
105 if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0)
108 /* Make sure the note is within array range */
112 if (ev->data.note.note >= 128)
118 if (chan->note[ev->data.note
235 note_off(const struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, int note, int vel) argument
[all...]
H A Dseq_ump_convert.c81 /* encode note event */
85 ev->data.note.channel = val->note.channel;
86 ev->data.note.note = val->note.note;
87 ev->data.note.velocity = val->note.velocity;
136 unsigned char status = val->note
[all...]
/linux-master/arch/alpha/kernel/
H A Dvmlinux.lds.S15 PHDRS { text PT_LOAD; note PT_NOTE; }
68 .note 0 : {
69 *(.note)
/linux-master/arch/arm64/kernel/vdso/
H A Dvdso.lds.S36 * Discard .note.gnu.property sections which are unused and have
37 * different alignment requirement from vDSO note sections.
40 *(.note.GNU-stack .note.gnu.property)
42 .note : { *(.note.*) } :text :note
91 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/x86/um/vdso/
H A Dvdso-layout.lds.S20 .note : { *(.note.*) } :text :note
63 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S40 .note : { *(.note.*) } :text :note
68 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/sparc/vdso/
H A Dvdso-layout.lds.S63 .note : { *(.note.*) } :text :note
96 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/csky/kernel/vdso/
H A Dvdso.lds.S20 .note : { *(.note.*) } :text :note
43 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/riscv/kernel/vdso/
H A Dvdso.lds.S36 .note : { *(.note.*) } :text :note
62 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/sound/core/seq/oss/
H A Dseq_oss_event.c28 static int note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
29 static int note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
30 static int set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev);
99 return note_off_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev);
102 return note_on_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev);
110 q->n.chn, 0, q->n.note, ev);
181 return note_on_event(dp, q->v.dev, q->v.chn, q->v.note, q->v.parm, ev);
184 return note_off_event(dp, q->v.dev, q->v.chn, q->v.note, q->v.parm, ev);
188 q->v.chn, q->v.note, q->v.parm, ev);
264 * process note
274 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) argument
335 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) argument
372 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev) argument
[all...]
/linux-master/arch/x86/entry/vdso/
H A Dvdso-layout.lds.S61 * Discard .note.gnu.property sections which are unused and have
62 * different alignment requirement from vDSO note sections.
65 *(.note.gnu.property)
67 .note : { *(.note.*) } :text :note
109 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/loongarch/boot/
H A DMakefile7 drop-sections := .comment .note .options .note.gnu.build-id
/linux-master/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S24 .note : { *(.note.*) } :text :note
85 /DISCARD/ : { *(.note.GNU-stack) }
94 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S23 .note : { *(.note.*) } :text :note
83 /DISCARD/ : { *(.note.GNU-stack) }
92 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/powerpc/kernel/vdso/
H A Dvdso32.lds.S30 .note : { *(.note.*) } :text :note
85 *(.note.GNU-stack)
107 note PT_NOTE FLAGS(4); /* PF_R */
H A Dvdso64.lds.S30 .note : { *(.note.*) } :text :note
83 *(.note.GNU-stack)
106 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S29 .note : { *(.note.*) } :text :note
102 *(.note.GNU-stack)
122 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S29 .note : { *(.note.*) } :text :note
102 *(.note.GNU-stack)
122 note PT_NOTE FLAGS(4); /* PF_R */

Completed in 373 milliseconds

123456