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

/linux-master/arch/x86/mm/
H A Dpf_in.c73 static int skip_prefix(unsigned char *addr, struct prefix_bits *prf) function
136 p += skip_prefix(p, &prf);
156 p += skip_prefix(p, &prf);
179 p += skip_prefix(p, &prf);
403 p += skip_prefix(p, &prf);
458 p += skip_prefix(p, &prf);
/linux-master/tools/lib/subcmd/
H A Dparse-options.c32 static const char *skip_prefix(const char *str, const char *prefix) function
381 rest = skip_prefix(arg, options->long_name);
400 rest = skip_prefix(arg, options->long_name + 3);
439 rest = skip_prefix(arg + 3, options->long_name);

Completed in 128 milliseconds