ajasukumar , "Andrew A. Chien"
Subject: Re: [gem5-users] Re: How to map elf section to physical memory
Oh, I see, I didn't realize you were trying to call it from python, or even
that that was exposed to python. It would probably be possible to expose that
parameter as well, alth
ndrew A. Chien ;
> Monsalve, Jose Manuel
> *Subject:* Re: [gem5-users] Re: How to map elf section to physical memory
>
> You can also take a look at the "clobber" argument which will tell the
> mapping function to overwrite existing mappings. You can see in the panic
> t
: [gem5-users] Re: How to map elf section to physical memory
You can also take a look at the "clobber" argument which will tell the mapping
function to overwrite existing mappings. You can see in the panic that that's
what it's checking, ie it found an overlap and it wasn
, October 26, 2021 7:27:58 PM
To: gem5 users mailing list
Cc: Jason Lowe-Power ; Tianshuo Su ;
Andronicus Samsundar Rajasukumar ; Andrew A. Chien
; Monsalve, Jose Manuel
Subject: Re: [gem5-users] Re: How to map elf section to physical memory
You can also take a look at the "clobber"
You can also take a look at the "clobber" argument which will tell the
mapping function to overwrite existing mappings. You can see in the panic
that that's what it's checking, ie it found an overlap and it wasn't told
to go ahead and clobber those, so it has to give up.
Gabe
On Tue, Oct 26, 2021
Jason,
Thanks for the answer.
Let me take a look into this idea and I will get back to you.
Jose
From: Jason Lowe-Power
Date: Tuesday, October 26, 2021 at 5:58 PM
To: gem5 users mailing list
Cc: Tianshuo Su , Andronicus Samsundar Rajasukumar
, "Andrew A. Chien" ,
"Monsalve, Jose Manuel"
Su
Hi Jose,
This is an interesting question! My quick suggestion would be to "hack" the
loader/page table to skip the mapping portion when loading the elf section.
I don't fully understand exactly what the underlying "problem" is. That
said, we may be able to solve it "correctly" by generally skippi