Searched refs:skip_prefix (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/x86/mm/ |
| D | pf_in.c | 73 static int skip_prefix(unsigned char *addr, struct prefix_bits *prf) in skip_prefix() function 136 p += skip_prefix(p, &prf); in get_ins_type() 156 p += skip_prefix(p, &prf); in get_ins_reg_width() 179 p += skip_prefix(p, &prf); in get_ins_mem_width() 403 p += skip_prefix(p, &prf); in get_ins_reg_val() 458 p += skip_prefix(p, &prf); in get_ins_imm_val()
|
| /Linux-v5.4/tools/lib/subcmd/ |
| D | parse-options.c | 32 static const char *skip_prefix(const char *str, const char *prefix) in skip_prefix() function 378 rest = skip_prefix(arg, options->long_name); in parse_long_opt() 397 rest = skip_prefix(arg, options->long_name + 3); in parse_long_opt() 436 rest = skip_prefix(arg + 3, options->long_name); in parse_long_opt()
|
| /Linux-v5.4/drivers/staging/isdn/gigaset/ |
| D | ev-layer.c | 393 static char *skip_prefix(char *s, const char *prefix) in skip_prefix() function 468 eoc = skip_prefix(cs->respdata, rt->response); in gigaset_handle_modem_response() 518 psep = skip_prefix(eoc, rt->response); in gigaset_handle_modem_response()
|