OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEG_32BIT
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
sys_linux_386.s
380
// unsigned int
seg_32bit
:1;
387
#define
SEG_32BIT
0x01
423
MOVL $(
SEG_32BIT
|LIMIT_IN_PAGES|USEABLE|CONTENTS_DATA), 12(AX) // flag bits
/prebuilts/go/linux-x86/src/runtime/
sys_linux_386.s
380
// unsigned int
seg_32bit
:1;
387
#define
SEG_32BIT
0x01
423
MOVL $(
SEG_32BIT
|LIMIT_IN_PAGES|USEABLE|CONTENTS_DATA), 12(AX) // flag bits
Completed in 1149 milliseconds