Searched refs:template (Results 1 – 5 of 5) sorted by relevance
/arch/ia64/kernel/ |
D | kprobes.c | 72 brl->quad0.template = 0x05; /* [MLX](stop) */ in set_brl_inst() 85 static void __kprobes update_kprobe_inst_flag(uint template, uint slot, in update_kprobe_inst_flag() argument 105 if (bundle_encoding[template][slot] == B) { in update_kprobe_inst_flag() 121 } else if (bundle_encoding[template][slot] == X) { in update_kprobe_inst_flag() 138 static uint __kprobes is_cmp_ctype_unc_inst(uint template, uint slot, in is_cmp_ctype_unc_inst() argument 145 if (!((bundle_encoding[template][slot] == I) || in is_cmp_ctype_unc_inst() 146 (bundle_encoding[template][slot] == M))) in is_cmp_ctype_unc_inst() 174 static int __kprobes unsupported_inst(uint template, uint slot, in unsupported_inst() argument 182 if (is_cmp_ctype_unc_inst(template, slot, major_opcode, kprobe_inst)) { in unsupported_inst() 192 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 120 tempname = malloc(strlen(tempdir) + strlen(template) + 1); in make_tempfile() 125 strcat(tempname, template); in make_tempfile()
|
/arch/ia64/include/asm/ |
D | kprobes.h | 52 unsigned long long template : 5; member
|
/arch/um/drivers/ |
D | vector_user.c | 58 static const char *template = "tapXXXXXX"; variable 226 strcpy(iface, template); in user_init_tap_fds()
|
/arch/arm/mach-omap1/ |
D | Kconfig | 177 no FPGA. Can be used as template for porting Linux to
|