Searched defs:unsafe (Results 1 - 3 of 3) sorted by relevance

/arch/x86/boot/
H A Dvideo-mode.c33 void probe_cards(int unsafe) argument
38 if (probed[unsafe])
41 probed[unsafe] = 1;
44 if (card->unsafe == unsafe) {
H A Dvideo.h78 int unsafe; /* Probing is unsafe, only do after "scan" */ member in struct:card_info
/arch/x86/boot/compressed/
H A Daslr.c142 unsigned long unsafe, unsafe_len; local
146 * Avoid the region that is unsafe to overlap during
150 unsafe = (unsigned long)input + input_size - unsafe_len;
151 mem_avoid[0].start = unsafe;
318 /* Record the various known unsafe memory ranges. */

Completed in 60 milliseconds