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

Method set_exc_guard

proxyclient/m1n1/proxy.py:753–754  ·  view source on GitHub ↗
(self, mode)

Source from the content-addressed store, hash-verified

751 def udelay(self, usec):
752 self.request(self.P_UDELAY, usec)
753 def set_exc_guard(self, mode):
754 self.request(self.P_SET_EXC_GUARD, mode)
755 def get_exc_count(self):
756 return self.request(self.P_GET_EXC_COUNT)
757 def el0_call(self, addr, *args):

Callers 4

testFunction · 0.80
hacr_trap_bits.pyFile · 0.80
test_denormalsFunction · 0.80
execMethod · 0.80

Calls 1

requestMethod · 0.95

Tested by 1

test_denormalsFunction · 0.64