Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Dpf_in.c34 static unsigned char prefix_codes[] = { variable
54 static unsigned char prefix_codes[] = { variable
98 for (i = 0; i < ARRAY_SIZE(prefix_codes); i++) { in skip_prefix()
99 if (*p == prefix_codes[i]) { in skip_prefix()