Home
last modified time | relevance | path

Searched refs:gdt (Results 1 – 25 of 43) sorted by relevance

12

/third_party/uboot/u-boot-2020.01/arch/x86/cpu/i386/
Dcall64.S29 leal gdt, %eax
30 movl %eax, gdt+2
31 lgdt gdt
90 gdt: label
91 .word gdt_end - gdt - 1
92 .long gdt /* Fixed up by code above */
Dcpu.c109 struct gdt_ptr gdt; in load_gdt() local
111 gdt.len = (num_entries * X86_GDT_ENTRY_SIZE) - 1; in load_gdt()
112 gdt.ptr = (ulong)boot_gdt; in load_gdt()
114 asm volatile("lgdtl %0\n" : : "m" (gdt)); in load_gdt()
121 gdt_addr = new_gd->arch.gdt; in arch_setup_gd()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstdatetime.c389 GDateTime *gdt, *gdt2; in GST_START_TEST() local
640 gdt = g_date_time_new_now_utc (); in GST_START_TEST()
643 fail_unless (gst_date_time_get_year (dt) == g_date_time_get_year (gdt)); in GST_START_TEST()
644 fail_unless (gst_date_time_get_month (dt) == g_date_time_get_month (gdt)); in GST_START_TEST()
646 g_date_time_get_day_of_month (gdt)); in GST_START_TEST()
653 fail_unless (gst_date_time_get_year (dt) == g_date_time_get_year (gdt)); in GST_START_TEST()
654 fail_unless (gst_date_time_get_month (dt) == g_date_time_get_month (gdt)); in GST_START_TEST()
656 g_date_time_get_day_of_month (gdt)); in GST_START_TEST()
663 fail_unless (gst_date_time_get_year (dt) == g_date_time_get_year (gdt)); in GST_START_TEST()
664 fail_unless (gst_date_time_get_month (dt) == g_date_time_get_month (gdt)); in GST_START_TEST()
[all …]
/third_party/uboot/u-boot-2020.01/lib/efi/
Defi_stub.c160 struct desctab_info gdt; in get_codeseg32() local
164 get_gdt(&gdt); in get_codeseg32()
165 for (ptr = (uint64_t *)(unsigned long)gdt.addr, i = 0; i < gdt.limit; in get_codeseg32()
195 printhex8(gdt.limit); in get_codeseg32()
197 printhex8(gdt.addr >> 32); in get_codeseg32()
198 printhex8(gdt.addr); in get_codeseg32()
199 for (i = 0; i < gdt.limit; i += 8) { in get_codeseg32()
200 uint32_t *ptr = (uint32_t *)((unsigned long)gdt.addr + i); in get_codeseg32()
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/
Dsipi.h36 u32 gdt; member
Dglobal_data.h71 u64 gdt[X86_GDT_NUM_ENTRIES] __aligned(16); member
/third_party/ffmpeg/doc/
Dt2h.pm196 $self->gdt('This document was generated using @uref{{program_homepage}, @emph{{program}}}.',
201 $self->gdt('This document was generated automatically.'));
/third_party/e2fsprogs/tests/d_dumpe2fs_group_only/
Dexpect19 group:block:super:gdt:bbitmap:ibitmap:itable
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/
Dmp_init.c236 params16->gdt = (uint32_t)gd->arch.gdt; in load_sipi_vector()
238 debug("gdt = %x, gdt_limit = %x\n", params16->gdt, params16->gdt_limit); in load_sipi_vector()
/third_party/boost/libs/parameter_python/doc/
DJamfile.v219 …<docutils-html>"-gdt --link-stylesheet --traceback --trim-footnote-reference-space --footnote-refe…
/third_party/boost/libs/parameter/doc/
DJamfile.v219 …<docutils-html>"-gdt --link-stylesheet --traceback --trim-footnote-reference-space --footnote-refe…
/third_party/boost/libs/graph/doc/
DBUILD_DOCS.sh12 …rst2html.py -gdt --link-stylesheet --traceback --trim-footnote-reference-space --footnote-referenc…
/third_party/e2fsprogs/tests/r_expand_full/
Dexpect27 group:block:super:gdt:bbitmap:ibitmap:itable
/third_party/e2fsprogs/tests/r_32to64bit_expand_full/
Dexpect31 group:block:super:gdt:bbitmap:ibitmap:itable
/third_party/e2fsprogs/tests/r_32to64bit/
Dexpect47 group:block:super:gdt:bbitmap:ibitmap:itable
/third_party/e2fsprogs/tests/r_64to32bit/
Dexpect51 group:block:super:gdt:bbitmap:ibitmap:itable
/third_party/e2fsprogs/tests/r_32to64bit_move_itable/
Dexpect51 group:block:super:gdt:bbitmap:ibitmap:itable
/third_party/python/Lib/test/
Ddatetimetester.py5313 gdt = datetime(1941, 6, 23, 20, 59, 59, tzinfo=timezone.utc)
5314 ldt = gdt.astimezone(Vilnius)
5320 gdt = datetime(1941, 6, 23, 21, tzinfo=timezone.utc)
5321 ldt = gdt.astimezone(Vilnius)
5327 gdt = datetime(1941, 6, 23, 22, tzinfo=timezone.utc)
5328 ldt = gdt.astimezone(Vilnius)
5338 gdt = ldt.astimezone(timezone.utc)
5339 self.assertEqual(gdt.strftime("%c %Z"),
5343 gdt = ldt.astimezone(timezone.utc)
5344 self.assertEqual(gdt.strftime("%c %Z"),
[all …]
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.c4967 GDateTime *gdt; in gst_mpd_client_add_time_difference() local
4972 gdt = gst_date_time_to_g_date_time (t1); in gst_mpd_client_add_time_difference()
4973 g_assert (gdt != NULL); in gst_mpd_client_add_time_difference()
4974 gdt2 = g_date_time_add (gdt, usecs); in gst_mpd_client_add_time_difference()
4976 g_date_time_unref (gdt); in gst_mpd_client_add_time_difference()
/third_party/e2fsprogs/doc/RelNotes/
Dv1.42.txt724 of reserved gdt blocks). This also fixes a problem where if the user
725 creates a filesystem with a restricted number of reserved gdt blocks,
Dv1.41.txt1514 Fix resize2fs to clean up the resize_inode if all of the reserved gdt
/third_party/e2fsprogs/debian/
Dchangelog1182 fewer-than-normal reserved gdt blocks
1184 systems with the flex_bg feature and without any reserved gdt
2276 gdt blocks are consumed during an off-line resize.
/third_party/e2fsprogs/po/
Duk.po7409 msgid "Not enough reserved gdt blocks for resizing"
7410 msgstr "Недостатньо зарезервованих блоків gdt для зміни розмірів"
Dzh_CN.po7434 msgid "Not enough reserved gdt blocks for resizing"
7435 msgstr "没有足够的保留gdt块用于改变文件系统大小"
Dda.po7295 msgid "Not enough reserved gdt blocks for resizing"
7296 msgstr "Ikke nok reserverede gdt-blokke for ændring af størrelse"

12