Home
last modified time | relevance | path

Searched refs:tile_bundle_bits (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/tile/include/asm/
Dkprobes.h31 typedef tile_bundle_bits kprobe_opcode_t;
71 extern tile_bundle_bits breakpoint2_insn;
72 extern tile_bundle_bits breakpoint_insn;
Dkgdb.h55 static tile_bundle_bits compiled_bpt = TILEGX_BPT_BUNDLE | DIE_COMPILED_BPT;
/linux-4.1.27/arch/tile/kernel/
Dtraps.c104 extern tile_bundle_bits bpt_code;
112 static int special_ill(tile_bundle_bits bundle, int *sigp, int *codep) in special_ill()
261 tile_bundle_bits instr; in do_trap()
Dbacktrace.c54 tile_bundle_bits bits;
274 tile_bundle_bits prefetched_bundles[32]; in find_caller_pc_and_caller_sp()
298 for (pc = start_pc;; pc += sizeof(tile_bundle_bits)) { in find_caller_pc_and_caller_sp()
337 bytes_to_prefetch / sizeof(tile_bundle_bits); in find_caller_pc_and_caller_sp()
Dkgdb.c24 static tile_bundle_bits singlestep_insn = TILEGX_BPT_BUNDLE | DIE_SSTEPBP;
26 static tile_bundle_bits stepped_instr;
186 tile_bundle_bits bundle; in get_step_address()
443 tile_bundle_bits bundle = TILEGX_BPT_BUNDLE; in kgdb_arch_init()
Dkprobes.c36 tile_bundle_bits breakpoint_insn = TILEGX_BPT_BUNDLE;
37 tile_bundle_bits breakpoint2_insn = TILEGX_BPT_BUNDLE | DIE_SSTEPBP;
/linux-4.1.27/arch/tile/include/uapi/arch/
Dopcode_tilegx.h59 typedef tilegx_bundle_bits tile_bundle_bits; typedef
Dopcode_tilepro.h69 typedef tilepro_bundle_bits tile_bundle_bits; typedef