Home
last modified time | relevance | path

Searched defs:_target (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/powerpc/primitives/asm/
H A Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
H A Dppc_asm.h880 #define RESTART_TABLE(_start, _end, _target) \ argument
/linux/arch/powerpc/include/asm/
H A Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
H A Dppc_asm.h880 #define RESTART_TABLE(_start, _end, _target) \ argument
/linux/tools/perf/util/
H A Dstat-display.c1350 struct target *_target, struct evlist *evlist, in print_header_std()
1402 struct target *_target, in print_header()
1586 struct target *_target, struct timespec *ts, in evlist__print_counters()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c13317 static void be32_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be32_to_cpu_n()
13331 static void bnx2x_prep_ops(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_ops()
13348 static void bnx2x_prep_iro(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_iro()
13368 static void be16_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be16_to_cpu_n()
/linux/tools/perf/
H A Dbuiltin-stat.c508 static bool is_target_alive(struct target *_target, in is_target_alive()