Home
last modified time | relevance | path

Searched defs:template (Results 1 – 25 of 157) sorted by relevance

1234567

/kernel/linux/linux-5.10/arch/ia64/kernel/
Dkprobes.c85 static void __kprobes update_kprobe_inst_flag(uint template, uint slot, in update_kprobe_inst_flag()
138 static uint __kprobes is_cmp_ctype_unc_inst(uint template, uint slot, in is_cmp_ctype_unc_inst()
174 static int __kprobes unsupported_inst(uint template, uint slot, in unsupported_inst()
285 static void __kprobes prepare_break_inst(uint template, uint slot, in prepare_break_inst()
325 unsigned int template; in get_kprobe_inst() local
354 static int __kprobes valid_kprobe_addr(int template, int slot, in valid_kprobe_addr()
424 unsigned int template = bundle->quad0.template; in __is_ia64_break_inst() local
455 unsigned int template = bundle->quad0.template; in can_boost() local
496 unsigned int slot = addr & 0xf, template, major_opcode = 0; in arch_prepare_kprobe() local
600 unsigned long template; in resume_execution() local
/kernel/linux/linux-4.19/arch/ia64/kernel/
Dkprobes.c98 static void __kprobes update_kprobe_inst_flag(uint template, uint slot, in update_kprobe_inst_flag()
151 static uint __kprobes is_cmp_ctype_unc_inst(uint template, uint slot, in is_cmp_ctype_unc_inst()
187 static int __kprobes unsupported_inst(uint template, uint slot, in unsupported_inst()
298 static void __kprobes prepare_break_inst(uint template, uint slot, in prepare_break_inst()
338 unsigned int template; in get_kprobe_inst() local
367 static int __kprobes valid_kprobe_addr(int template, int slot, in valid_kprobe_addr()
437 unsigned int template = bundle->quad0.template; in __is_ia64_break_inst() local
468 unsigned int template = bundle->quad0.template; in can_boost() local
509 unsigned int slot = addr & 0xf, template, major_opcode = 0; in arch_prepare_kprobe() local
613 unsigned long template; in resume_execution() local
/kernel/linux/linux-5.10/include/trace/
Ddefine_trace.h53 #define DEFINE_EVENT_NOP(template, name, proto, args) argument
56 #define DEFINE_EVENT(template, name, proto, args) \ argument
60 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
68 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
Dbpf_probe.h72 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument
94 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument
107 #define DEFINE_EVENT(template, call, proto, args) \ argument
111 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
Dperf.h79 #define DEFINE_EVENT(template, call, proto, args) \ argument
87 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
Dtrace_events.h122 #define DEFINE_EVENT(template, name, proto, args) \ argument
127 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
131 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
210 #define DEFINE_EVENT(template, name, proto, args) argument
213 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
376 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
446 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
706 #define DEFINE_EVENT(template, call, proto, args) \ argument
746 #define DEFINE_EVENT(template, call, proto, args) \ argument
761 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
/kernel/linux/linux-5.10/include/trace/events/
Dnbd.h85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
90 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
Dbpf_test_run.h29 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
34 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
/kernel/linux/linux-4.19/include/trace/
Ddefine_trace.h50 #define DEFINE_EVENT(template, name, proto, args) \ argument
54 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
58 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
62 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
Dtrace_events.h121 #define DEFINE_EVENT(template, name, proto, args) \ argument
126 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
130 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
209 #define DEFINE_EVENT(template, name, proto, args) argument
212 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
369 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
461 #define DEFINE_EVENT(template, name, proto, args) argument
464 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
541 #define DEFINE_EVENT(template, name, proto, args) argument
544 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
[all …]
Dperf.h79 #define DEFINE_EVENT(template, call, proto, args) \ argument
87 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
Dbpf_probe.h73 #define DEFINE_EVENT(template, call, proto, args) \ argument
88 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
/kernel/linux/linux-5.10/drivers/leds/
Dleds-gpio.c74 static int create_gpio_led(const struct gpio_led *template, in create_gpio_led()
202 const struct gpio_led *template) in gpio_led_get_gpiod()
261 const struct gpio_led *template = &pdata->leds[i]; in gpio_led_probe() local
/kernel/linux/linux-4.19/crypto/
Dtestmgr.c191 struct crypto_ahash *tfm, const struct hash_testvec *template, in ahash_partial_update()
269 const struct hash_testvec *template, unsigned int tcount, in __test_hash()
577 const struct hash_testvec *template, in test_hash()
605 const struct aead_testvec *template, unsigned int tcount, in __test_aead()
985 const struct aead_testvec *template, unsigned int tcount) in test_aead()
1018 const struct cipher_testvec *template, in test_cipher()
1100 const struct cipher_testvec *template, in __test_skcipher()
1346 const struct cipher_testvec *template, in test_skcipher()
1655 const struct cprng_testvec *template, in test_cprng()
1827 static int __alg_test_hash(const struct hash_testvec *template, in __alg_test_hash()
[all …]
Dtcrypt.c255 struct aead_speed_template *template, in test_mb_aead_speed()
523 struct aead_speed_template *template, in test_aead_speed()
1253 struct cipher_speed_template *template, in test_mb_skcipher_speed()
1494 struct cipher_speed_template *template, in test_skcipher_speed()
1624 struct cipher_speed_template *template, in test_acipher_speed()
1632 struct cipher_speed_template *template, in test_cipher_speed()
/kernel/linux/linux-5.10/include/linux/
Dtracepoint.h547 #define DEFINE_EVENT(template, name, proto, args) \ argument
549 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument
551 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
553 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument
588 #define DEFINE_EVENT_NOP(template, name, proto, args) \ argument
/kernel/linux/linux-4.19/include/linux/
Dtracepoint.h522 #define DEFINE_EVENT(template, name, proto, args) \ argument
524 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument
526 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
528 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument
/kernel/linux/linux-5.10/crypto/
Dtcrypt.c252 struct aead_speed_template *template, in test_mb_aead_speed()
520 struct aead_speed_template *template, in test_aead_speed()
1250 struct cipher_speed_template *template, in test_mb_skcipher_speed()
1491 struct cipher_speed_template *template, in test_skcipher_speed()
1621 struct cipher_speed_template *template, in test_acipher_speed()
1629 struct cipher_speed_template *template, in test_cipher_speed()
/kernel/linux/linux-5.10/sound/pci/oxygen/
Dse6x.c59 static int se6x_control_filter(struct snd_kcontrol_new *template) in se6x_control_filter()
/kernel/linux/linux-4.19/sound/pci/oxygen/
Dse6x.c69 static int se6x_control_filter(struct snd_kcontrol_new *template) in se6x_control_filter()
/kernel/linux/linux-4.19/drivers/leds/
Dleds-lt3593.c66 const struct gpio_led *template = &pdata->leds[0]; in lt3593_led_probe_pdata() local
/kernel/linux/linux-5.10/arch/um/os-Linux/
Dmem.c95 static int __init make_tempfile(const char *template) in make_tempfile()
/kernel/linux/linux-4.19/arch/um/os-Linux/
Dmem.c95 static int __init make_tempfile(const char *template) in make_tempfile()
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
Di18n.c506 static bool fmt_validate(char *template, char *user) in fmt_validate()
/kernel/linux/linux-4.19/drivers/staging/speakup/
Di18n.c506 static bool fmt_validate(char *template, char *user) in fmt_validate()

1234567