OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SETUP_SIGNATURE
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/bootstub/
bootstub.h
49
#define
SETUP_SIGNATURE
0x5a5aaa55
bootstub.c
197
if (*(u32 *)ptr ==
SETUP_SIGNATURE
&& *(u32 *)(ptr+4) == 0)
Completed in 1313 milliseconds