OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_desc_base
(Results
1 - 8
of
8
) sorted by null
/external/kernel-headers/original/asm-x86/
desc_32.h
210
static inline unsigned long
get_desc_base
(unsigned long *desc)
function
222
*
GET_DESC_BASE
reads the descriptor base of the specified segment.
233
*
GET_DESC_BASE
(GDT_ENTRY_ESPFIX_SS, %ebx, %eax, %ax, %al, %ah)
236
#define
GET_DESC_BASE
(idx, gdt, base, lo_w, lo_b, hi_b) \
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
desc_32.h
63
#define
GET_DESC_BASE
(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
desc_32.h
63
#define
GET_DESC_BASE
(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
/prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
desc_32.h
63
#define
GET_DESC_BASE
(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
desc_32.h
63
#define
GET_DESC_BASE
(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
desc_32.h
63
#define
GET_DESC_BASE
(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
/bionic/libc/kernel/arch-x86/asm/
desc_32.h
74
#define
GET_DESC_BASE
(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
/development/ndk/platforms/android-9/arch-x86/include/asm/
desc_32.h
74
#define
GET_DESC_BASE
(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
Completed in 359 milliseconds