Searched refs:skip_prefix (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/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-6.1.9/tools/lib/subcmd/ |
D | parse-options.c | 32 static const char *skip_prefix(const char *str, const char *prefix) in skip_prefix() function 381 rest = skip_prefix(arg, options->long_name); in parse_long_opt() 400 rest = skip_prefix(arg, options->long_name + 3); in parse_long_opt() 439 rest = skip_prefix(arg + 3, options->long_name); in parse_long_opt()
|