Searched refs:template (Results 1 – 4 of 4) sorted by relevance
/arch/ia64/kernel/ |
D | kprobes.c | 87 brl->quad0.template = 0x05; /* [MLX](stop) */ in set_brl_inst() 100 static void __kprobes update_kprobe_inst_flag(uint template, uint slot, in update_kprobe_inst_flag() argument 120 if (bundle_encoding[template][slot] == B) { in update_kprobe_inst_flag() 136 } else if (bundle_encoding[template][slot] == X) { in update_kprobe_inst_flag() 153 static uint __kprobes is_cmp_ctype_unc_inst(uint template, uint slot, in is_cmp_ctype_unc_inst() argument 160 if (!((bundle_encoding[template][slot] == I) || in is_cmp_ctype_unc_inst() 161 (bundle_encoding[template][slot] == M))) in is_cmp_ctype_unc_inst() 189 static int __kprobes unsupported_inst(uint template, uint slot, in unsupported_inst() argument 197 if (is_cmp_ctype_unc_inst(template, slot, major_opcode, kprobe_inst)) { in unsupported_inst() 207 else if (bundle_encoding[template][slot] == I) { in unsupported_inst() [all …]
|
/arch/um/os-Linux/ |
D | mem.c | 95 static int __init make_tempfile(const char *template) in make_tempfile() argument 109 tempname = malloc(strlen(tempdir) + strlen(template) + 1); in make_tempfile() 114 strcat(tempname, template); in make_tempfile()
|
/arch/ia64/include/asm/ |
D | kprobes.h | 60 unsigned long long template : 5; member
|
/arch/arm/mach-omap1/ |
D | Kconfig | 156 no FPGA. Can be used as template for porting Linux to
|