Re: Question about CPUTLBEntry

2022-11-30 Thread Richard Henderson
On 11/30/22 14:50, Nada Lachtar wrote: Hello, I’m trying to understand the structure of TLB in QEMU/tcg, in order to extract the physical address from the CPUTLBEntry. Would this be possible without having the virtual address and use tlb_lookup? For example, I would like to read all the phys

Question about CPUTLBEntry

2022-11-30 Thread Nada Lachtar
Hello, I’m trying to understand the structure of TLB in QEMU/tcg, in order to extract the physical address from the CPUTLBEntry. Would this be possible without having the virtual address and use tlb_lookup? For example, I would like to read all the physical addresses that are recorded in the