Home
last modified time | relevance | path

Searched refs:skip_prefix (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/mm/
Dpf_in.c89 static int skip_prefix(unsigned char *addr, struct prefix_bits *prf) in skip_prefix() function
152 p += skip_prefix(p, &prf); in get_ins_type()
172 p += skip_prefix(p, &prf); in get_ins_reg_width()
195 p += skip_prefix(p, &prf); in get_ins_mem_width()
419 p += skip_prefix(p, &prf); in get_ins_reg_val()
474 p += skip_prefix(p, &prf); in get_ins_imm_val()
/linux-4.4.14/tools/perf/util/
Dparse-options.c256 rest = skip_prefix(arg, options->long_name); in parse_long_opt()
275 rest = skip_prefix(arg, options->long_name + 3); in parse_long_opt()
314 rest = skip_prefix(arg + 3, options->long_name); in parse_long_opt()
Dutil.h153 static inline const char *skip_prefix(const char *str, const char *prefix) in skip_prefix() function
/linux-4.4.14/drivers/isdn/gigaset/
Dev-layer.c396 static char *skip_prefix(char *s, const char *prefix) in skip_prefix() function
471 eoc = skip_prefix(cs->respdata, rt->response); in gigaset_handle_modem_response()
521 psep = skip_prefix(eoc, rt->response); in gigaset_handle_modem_response()