Searched refs:gdt (Results 1 – 5 of 5) sorted by relevance
129 # Use gen_gdt.py and objcopy to generate gdt.o from the elf130 # file ${ZEPHYR_PREBUILT_EXECUTABLE}, creating the temp file gdt.bin along the133 # ${ZEPHYR_PREBUILT_EXECUTABLE}.elf -> gdt.bin -> gdt.o137 gdt.bin140 OUTPUT gdt.bin145 --output-gdt gdt.bin151 add_bin_file_to_the_next_link(gdt_bin_target gdt)
434 static inline void _get_gdt(struct pseudo_descriptor *gdt) in _get_gdt() argument436 __asm__ __volatile__ ("sgdt %0" : "=m" (*gdt)); in _get_gdt()484 static inline void _set_gdt(const struct pseudo_descriptor *gdt) in _set_gdt() argument486 __asm__ __volatile__ ("lgdt %0" :: "m" (*gdt)); in _set_gdt()
33 KEEP(*(gdt))
1073 .section .gdt,"ad"1088 gdt: label1105 .word (gdt_end - gdt - 1)1106 .long gdt1109 .word (gdt_end - gdt - 1)1110 .quad gdt
65 *(.gdt)