Searched hist:b1713975c31ae20ecc40fd00191ee3fa51445d4a (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | cmm.c | diff b1713975c31ae20ecc40fd00191ee3fa51445d4a Thu Oct 31 09:29:31 CDT 2019 David Hildenbrand <david@redhat.com> powerpc/pseries/cmm: Simulation mode
Let's allow to test the implementation without needing HW support. When "simulate=1" is specified when loading the module, we bypass all HW checks and HW calls. The sysfs file "simulate_loan_target_kb" can be used to simulate HW requests.
The simualtion mode can be activated using: modprobe cmm debug=1 simulate=1
And the requested loan target can be changed using: echo X > /sys/devices/system/cmm/cmm0/simulate_loan_target_kb
Signed-off-by: David Hildenbrand <david@redhat.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20191031142933.10779-11-david@redhat.com
|