Searched hist:d323338629588ea985c68384642169045ca0e16d (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mmu-hash32.h | diff d323338629588ea985c68384642169045ca0e16d Sun May 26 18:13:01 CDT 2024 BALATON Zoltan <balaton@eik.bme.hu> target/ppc: Remove bat_size_prot()
There is already a hash32_bat_prot() function that does most if this and the rest can be inlined. Export hash32_bat_prot() and rename it to ppc_hash32_bat_prot() to match other functions and use it in get_bat_6xx_tlb().
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
|
H A D | mmu-hash32.c | diff d323338629588ea985c68384642169045ca0e16d Sun May 26 18:13:01 CDT 2024 BALATON Zoltan <balaton@eik.bme.hu> target/ppc: Remove bat_size_prot()
There is already a hash32_bat_prot() function that does most if this and the rest can be inlined. Export hash32_bat_prot() and rename it to ppc_hash32_bat_prot() to match other functions and use it in get_bat_6xx_tlb().
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
|
H A D | mmu_common.c | diff d323338629588ea985c68384642169045ca0e16d Sun May 26 18:13:01 CDT 2024 BALATON Zoltan <balaton@eik.bme.hu> target/ppc: Remove bat_size_prot()
There is already a hash32_bat_prot() function that does most if this and the rest can be inlined. Export hash32_bat_prot() and rename it to ppc_hash32_bat_prot() to match other functions and use it in get_bat_6xx_tlb().
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
|