MCPcopy
hub / github.com/AsahiLinux/m1n1 / SetVal

Method SetVal

proxyclient/hv/trace_pmp.py:102–103  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

100
101 @msg(0x34, DIR.RX, PMPMessage_SetVal)
102 def SetVal(self, msg):
103 chexdump(self.tracer.ioread(self.buf_ptr, 0x50), print_fn=self.log)
104
105 SetValAck = msg_log(0x35, DIR.TX, PMPMessage_SetValAck)
106

Callers

nothing calls this directly

Calls 2

chexdumpFunction · 0.85
ioreadMethod · 0.45

Tested by

no test coverage detected