HomeSort by relevance Sort by last modified time
    Searched full:gdt (Results 1 - 25 of 41) sorted by null

1 2

  /bionic/libc/kernel/arch-x86/asm/
desc_32.h 34 struct desc_struct gdt[GDT_ENTRIES]; member in struct:gdt_page
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;
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
desc_32.h 34 struct desc_struct gdt[GDT_ENTRIES]; member in struct:gdt_page
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;
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
desc_32.h 34 struct desc_struct gdt[GDT_ENTRIES]; member in struct:gdt_page
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;
  /external/kernel-headers/original/asm-x86/
desc_32.h 23 struct desc_struct gdt[GDT_ENTRIES]; member in struct:gdt_page
29 return per_cpu(gdt_page, cpu).gdt;
140 struct desc_struct *gdt = get_cpu_gdt_table(cpu); local
143 gdt[GDT_ENTRY_TLS_MIN + i] = t->tls_array[i];
226 * gdt - GDT pointer
236 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) \
237 movb idx*8+4(gdt), lo_b; \
238 movb idx*8+7(gdt), hi_b; \
240 movw idx*8+2(gdt), lo_w
    [all...]
segment_32.h 5 * The layout of the per-CPU GDT under Linux:
87 * The GDT has 32 entries
92 /* Simple and small GDT entries for booting only */
100 /* The PnP BIOS entries in the GDT */
123 /* Bit 2 is table indicator (LDT/GDT) */
128 /* LDT segment has TI set, GDT has it cleared */
desc_defs.h 51 // LDT or TSS descriptor in the GDT. 16 bytes.
  /external/e2fsprogs/lib/ext2fs/
res_gdt.c 20 * Iterate through the groups which hold BACKUP superblock/GDT copies in an
90 printf("reading GDT dindir %u\n", dindir_blk);
108 printf("allocated GDT dindir %u\n", dindir_blk);
148 printf("added primary GDT block %u at %u[%u]\n",
153 printf("reading primary GDT block %u\n", gdt_blk);
160 printf("bad primary GDT %u != %u at %u[%u]\n",
173 printf("added backup GDT %u grp %u@%u[%u]\n",
181 printf("bad backup GDT %u != %u at %u[%u]\n",
191 printf("writing primary GDT block %u\n", gdt_blk);
sparse.c 45 * Iterate through the groups which hold BACKUP superblock/GDT copies in an
initialize.c 62 * Calculate the number of GDT blocks to reserve for online filesystem growth.
63 * The absolute maximum number of GDT blocks we can reserve is determined by
186 /* default: (fs->blocksize*8) blocks/group, up to 2^16 (GDT limit) */
307 * table, and the reserved gdt blocks.
ext2_fs.h 284 __u16 unused; /* Number of reserved GDT blocks in group */
  /external/e2fsprogs/tests/m_dasd_bs/
expect.1 45 Reserved GDT blocks: 31
61 Reserved GDT blocks at 2-32
69 Reserved GDT blocks at 16386-16416
  /external/e2fsprogs/tests/m_std/
expect.1 45 Reserved GDT blocks: 255
61 Reserved GDT blocks at 3-257
69 Reserved GDT blocks at 8195-8449
83 Reserved GDT blocks at 24579-24833
97 Reserved GDT blocks at 40963-41217
111 Reserved GDT blocks at 57347-57601
  /external/e2fsprogs/tests/m_large_file/
expect.1 44 Reserved GDT blocks: 3
60 Reserved GDT blocks at 2-4
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp 460 GregorianDateTime gdt; local
461 msToGregorianDateTime(exec, date->internalNumber(), true, gdt);
463 ret = QDateTime(QDate(gdt.year + 1900, gdt.month + 1, gdt.monthDay), QTime(gdt.hour, gdt.minute, gdt.second), Qt::UTC);
466 ret = QDate(gdt.year + 1900, gdt.month + 1, gdt.monthDay)
474 GregorianDateTime gdt; local
    [all...]
  /external/e2fsprogs/tests/r_move_itable/
expect 34 Reserved GDT blocks: 126
50 Reserved GDT blocks at 4-129
58 Reserved GDT blocks at 260-385
72 Reserved GDT blocks at 772-897
86 Reserved GDT blocks at 1284-1409
100 Reserved GDT blocks at 1796-1921
114 Reserved GDT blocks at 2308-2433
212 Reserved GDT blocks at 6404-6529
226 Reserved GDT blocks at 6916-7041
335 Reserved GDT blocks: 12
    [all...]
  /external/e2fsprogs/tests/r_resize_inode/
expect 32 Reserved GDT blocks: 255
48 Reserved GDT blocks at 4-258
56 Reserved GDT blocks at 1028-1282
70 Reserved GDT blocks at 3076-3330
84 Reserved GDT blocks at 5124-5378
98 Reserved GDT blocks at 7172-7426
112 Reserved GDT blocks at 9220-9474
210 Reserved GDT blocks at 25604-25858
224 Reserved GDT blocks at 27652-27906
358 Reserved GDT blocks at 50180-5043
    [all...]
  /external/qemu/
kqemu.h 52 struct kqemu_segment_cache gdt; /* only base and limit are used */ member in struct:kqemu_cpu_state
kqemu.c 715 kqemu_load_seg(&kenv->gdt, &env->gdt);
  /external/libpcap/
CREDITS 42 Greg Troxel <gdt@ir.bbn.com>
CHANGES 221 Greg Troxel <gdt@ir.bbn.com>
  /external/webkit/JavaScriptCore/runtime/
DatePrototype.cpp 197 static JSCell* formatLocaleDate(ExecState* exec, const GregorianDateTime& gdt, LocaleDateTimeFormat format)
209 struct tm localTM = gdt;
210 int year = gdt.year + 1900;
    [all...]
  /external/e2fsprogs/lib/e2p/
ls.c 230 fprintf(f, "Reserved GDT blocks: %u\n",
  /external/icu4c/common/
putilimp.h 186 * set TZ=GST+1GDT
  /external/grub/stage2/
asm.S 834 /* load the GDT register */
881 /* just in case, set GDT */
2343 gdt: label
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.c 177 printf(_("\n Reserved GDT blocks at "));

Completed in 218 milliseconds

1 2