Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
H A Dpf_in.c19 static unsigned char prefix_codes[] = { variable
39 static unsigned char prefix_codes[] = { variable
83 for (i = 0; i < ARRAY_SIZE(prefix_codes); i++) { in skip_prefix()
84 if (*p == prefix_codes[i]) { in skip_prefix()