OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ldt_entry
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/none/tests/x86-linux/
seg_override.c
35
}
LDT_ENTRY
;
38
inline static void *wine_ldt_get_base( const
LDT_ENTRY
*ent )
44
inline static unsigned int wine_ldt_get_limit( const
LDT_ENTRY
*ent )
53
LDT_ENTRY
ldt_copy[8192];
62
res = __modify_ldt( 0, ldt_copy, 8192*sizeof(
LDT_ENTRY
) );
92
struct modify_ldt_ldt_s
ldt_entry
;
local
95
memset(&
ldt_entry
, 0, sizeof(
ldt_entry
));
97
ldt_entry
.entry_number = 1;
98
ldt_entry
.base_addr = (unsigned)base; //0x12345678
[
all
...]
/art/runtime/arch/x86/
thread_x86.cc
78
entry_number = i386_set_ldt(LDT_AUTO_ALLOC, reinterpret_cast<
ldt_entry
*>(&entry), 1);
/prebuilts/go/darwin-x86/src/runtime/
sys_freebsd_386.s
298
int i386_get_ldt(int, union
ldt_entry
*, int);
299
int i386_set_ldt(int, const union
ldt_entry
*, int);
/prebuilts/go/linux-x86/src/runtime/
sys_freebsd_386.s
298
int i386_get_ldt(int, union
ldt_entry
*, int);
299
int i386_set_ldt(int, const union
ldt_entry
*, int);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h
[
all
...]
Completed in 279 milliseconds