]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/ktss.c
xnu-4570.31.3.tar.gz
[apple/xnu.git] / osfmk / i386 / ktss.c
index f5d3118f7c447b431b0294172fad19f813d8dd6e..9d49d25713221d94f372c4c8d070b8441bf24cbe 100644 (file)
  * due to a single-step trace trap at system call entry.
  */
 struct sysenter_stack master_sstk
-       __attribute__ ((section ("__DESC, master_sstk")))
+       __attribute__ ((section ("__HIB, __desc")))
        __attribute__ ((aligned (16)))  = { {0}, 0 };
 
-struct x86_64_tss master_ktss64 __attribute__ ((aligned (4096))) = {
+struct x86_64_tss master_ktss64 __attribute__ ((aligned (4096))) __attribute__ ((section ("__HIB, __desc"))) = {
        .io_bit_map_offset = 0x0FFF,
 };