Searched hist:9622 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/riscv/linux/
H A Dlinux.hh13643:20646ee006b1 Mon Apr 02 16:21:00 EDT 2018 Tuan Ta <qtt2@cornell.edu> arch-riscv: initialize RISC-V's thread pointer register in clone syscall

This patch initializes thread pointer register to Thread Local Storage
(TLS)'s pointer given to a clone system call.

Change-Id: I03e2cf4763e6a0ed31f357772a513a05e1e3461b
Reviewed-on: https://gem5-review.googlesource.com/c/9622
Reviewed-by: Brandon Potter <Brandon.Potter@amd.com>
Maintainer: Brandon Potter <Brandon.Potter@amd.com>
/gem5/configs/common/
H A DFSConfig.py9622:d351a723eb02 Thu Mar 28 10:34:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> x86: create space in bios memory map
As of now, we mark the top 1MB of memory space as unusable. Part of
it is actually usable and is required to be marked so by some of the
newer versions of linux kernel. This patch marks the top 639KB as usable.
This value was chosen by looking at QEMU's output for bios memory map.

Completed in 48 milliseconds