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

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

Completed in 174 milliseconds