Searched refs:skip_prefix (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/mm/ |
D | pf_in.c | 89 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/ |
D | parse-options.c | 256 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()
|
D | util.h | 153 static inline const char *skip_prefix(const char *str, const char *prefix) in skip_prefix() function
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | ev-layer.c | 396 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()
|