Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/
H A Dpf_in.c73 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()
/openbmc/linux/tools/lib/subcmd/
H A Dparse-options.c32 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()