Searched refs:skip_prefix (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/x86/mm/ |
D | pf_in.c | 88 static int skip_prefix(unsigned char *addr, struct prefix_bits *prf) in skip_prefix() function 151 p += skip_prefix(p, &prf); in get_ins_type() 171 p += skip_prefix(p, &prf); in get_ins_reg_width() 194 p += skip_prefix(p, &prf); in get_ins_mem_width() 418 p += skip_prefix(p, &prf); in get_ins_reg_val() 473 p += skip_prefix(p, &prf); in get_ins_imm_val()
|
/Linux-v4.19/tools/lib/subcmd/ |
D | parse-options.c | 32 static const char *skip_prefix(const char *str, const char *prefix) in skip_prefix() function 360 rest = skip_prefix(arg, options->long_name); in parse_long_opt() 379 rest = skip_prefix(arg, options->long_name + 3); in parse_long_opt() 418 rest = skip_prefix(arg + 3, options->long_name); in parse_long_opt()
|
/Linux-v4.19/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()
|