HomeSort by: relevance | last modified time | path
    Searched defs:fsbase (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
amd64-fbsd-tdep.c 82 /* This layout including fsbase and gsbase was adopted in FreeBSD
295 ULONGEST fsbase; local
296 if (regcache->cooked_read (AMD64_FSBASE_REGNUM, &fsbase) != REG_VALID)
297 error (_("Unable to fetch %%fsbase"));
299 CORE_ADDR dtv_addr = fsbase + gdbarch_ptr_bit (gdbarch) / 8;
amd64-fbsd-tdep.c 82 /* This layout including fsbase and gsbase was adopted in FreeBSD
295 ULONGEST fsbase; local
296 if (regcache->cooked_read (AMD64_FSBASE_REGNUM, &fsbase) != REG_VALID)
297 error (_("Unable to fetch %%fsbase"));
299 CORE_ADDR dtv_addr = fsbase + gdbarch_ptr_bit (gdbarch) / 8;
  /src/external/gpl3/gdb/dist/gdb/
amd64-fbsd-tdep.c 82 /* This layout including fsbase and gsbase was adopted in FreeBSD
295 ULONGEST fsbase; local
296 if (regcache->cooked_read (AMD64_FSBASE_REGNUM, &fsbase) != REG_VALID)
297 error (_("Unable to fetch %%fsbase"));
299 CORE_ADDR dtv_addr = fsbase + gdbarch_ptr_bit (gdbarch) / 8;
amd64-fbsd-tdep.c 82 /* This layout including fsbase and gsbase was adopted in FreeBSD
295 ULONGEST fsbase; local
296 if (regcache->cooked_read (AMD64_FSBASE_REGNUM, &fsbase) != REG_VALID)
297 error (_("Unable to fetch %%fsbase"));
299 CORE_ADDR dtv_addr = fsbase + gdbarch_ptr_bit (gdbarch) / 8;
amd64-linux-tdep.c 1902 /* On x86-64, the thread pointer is found in the fsbase register. */
1906 ULONGEST fsbase;
1907 if (regcache->cooked_read (AMD64_FSBASE_REGNUM, &fsbase) != REG_VALID)
1910 /* The thread pointer (fsbase) points at the TCB (thread control
1917 CORE_ADDR dtv_ptr_addr = fsbase + gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT;
1904 ULONGEST fsbase; local
amd64-linux-tdep.c 1902 /* On x86-64, the thread pointer is found in the fsbase register. */
1906 ULONGEST fsbase;
1907 if (regcache->cooked_read (AMD64_FSBASE_REGNUM, &fsbase) != REG_VALID)
1910 /* The thread pointer (fsbase) points at the TCB (thread control
1917 CORE_ADDR dtv_ptr_addr = fsbase + gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT;
1904 ULONGEST fsbase; local
  /src/sys/dev/nvmm/x86/
nvmm_x86_svm.c 592 uint64_t fsbase; member in struct:svm_cpudata
1627 cpudata->fsbase = rdmsr(MSR_FSBASE);
1640 wrmsr(MSR_FSBASE, cpudata->fsbase);
nvmm_x86_svm.c 592 uint64_t fsbase; member in struct:svm_cpudata
1627 cpudata->fsbase = rdmsr(MSR_FSBASE);
1640 wrmsr(MSR_FSBASE, cpudata->fsbase);

Completed in 107 milliseconds