Home
last modified time | relevance | path

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

1234

/Linux-v5.4/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()
497 unsigned int template = bundle->quad0.template; in __is_ia64_break_inst() local
528 unsigned int template = bundle->quad0.template; in can_boost() local
569 unsigned int slot = addr & 0xf, template, major_opcode = 0; in arch_prepare_kprobe() local
673 unsigned long template; in resume_execution() local
/Linux-v5.4/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
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 …]
Dbpf_probe.h72 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument
89 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument
102 #define DEFINE_EVENT(template, call, proto, args) \ argument
106 #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
/Linux-v5.4/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
/Linux-v5.4/drivers/leds/
Dleds-gpio.c74 static int create_gpio_led(const struct gpio_led *template, in create_gpio_led()
203 const struct gpio_led *template) in gpio_led_get_gpiod()
263 const struct gpio_led *template = &pdata->leds[i]; in gpio_led_probe() local
Dleds-ns2.c174 const struct ns2_led *template) in create_ns2_led()
/Linux-v5.4/include/linux/
Dtracepoint.h520 #define DEFINE_EVENT(template, name, proto, args) \ argument
522 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument
524 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
526 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument
561 #define DEFINE_EVENT_NOP(template, name, proto, args) \ argument
/Linux-v5.4/crypto/
Dtcrypt.c251 struct aead_speed_template *template, in test_mb_aead_speed()
519 struct aead_speed_template *template, in test_aead_speed()
1249 struct cipher_speed_template *template, in test_mb_skcipher_speed()
1490 struct cipher_speed_template *template, in test_skcipher_speed()
1620 struct cipher_speed_template *template, in test_acipher_speed()
1628 struct cipher_speed_template *template, in test_cipher_speed()
Dalgboss.c43 char template[CRYPTO_MAX_ALG_NAME]; member
/Linux-v5.4/sound/pci/oxygen/
Dse6x.c59 static int se6x_control_filter(struct snd_kcontrol_new *template) in se6x_control_filter()
Dxonar_dg_mixer.c416 static int dg_control_filter(struct snd_kcontrol_new *template) in dg_control_filter()
/Linux-v5.4/arch/um/os-Linux/
Dmem.c95 static int __init make_tempfile(const char *template) in make_tempfile()
/Linux-v5.4/drivers/staging/speakup/
Di18n.c506 static bool fmt_validate(char *template, char *user) in fmt_validate()
/Linux-v5.4/kernel/debug/kdb/
Dkdb_bp.c285 kdb_bp_t template = {0}; in kdb_bp() local
/Linux-v5.4/security/integrity/ima/
Dima_template.c259 struct ima_template_desc *template = ima_template_desc_current(); in ima_init_template() local
/Linux-v5.4/drivers/media/usb/pvrusb2/
Dpvrusb2-std.c280 struct v4l2_standard *template; in pvr2_std_fill() local
/Linux-v5.4/tools/perf/util/
Dllvm-utils.c443 const char *template = llvm_param.clang_bpf_cmd_template; in llvm__compile_bpf() local
/Linux-v5.4/drivers/misc/
Dvexpress-syscfg.c45 u32 template[0]; /* Keep it last! */ member
/Linux-v5.4/drivers/remoteproc/
Dkeystone_remoteproc.c369 char *template = "keystone-dsp%d-fw"; in keystone_rproc_probe() local
/Linux-v5.4/sound/soc/intel/baytrail/
Dsst-baytrail-dsp.c62 struct sst_module_template template; in sst_byt_parse_module() local
/Linux-v5.4/arch/ia64/include/asm/
Dkprobes.h52 unsigned long long template : 5; member
/Linux-v5.4/block/
Dblk-integrity.c399 void blk_integrity_register(struct gendisk *disk, struct blk_integrity *template) in blk_integrity_register()

1234