MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_bs_fault

Function test_bs_fault

freebsd/arm64/arm64/trap.c:169–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167extern uint32_t generic_bs_poke_4f, generic_bs_poke_8f;
168
169static bool
170test_bs_fault(void *addr)
171{
172 return (addr == &generic_bs_peek_1f ||
173 addr == &generic_bs_peek_2f ||
174 addr == &generic_bs_peek_4f ||
175 addr == &generic_bs_peek_8f ||
176 addr == &generic_bs_poke_1f ||
177 addr == &generic_bs_poke_2f ||
178 addr == &generic_bs_poke_4f ||
179 addr == &generic_bs_poke_8f);
180}
181
182static void
183svc_handler(struct thread *td, struct trapframe *frame)

Callers 1

external_abortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected