mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] Exception Level EL0->EL1
@ 2022-03-25  9:12 SIMONE MIONE
  2022-03-25 17:26 ` Szabolcs Nagy
  0 siblings, 1 reply; 2+ messages in thread
From: SIMONE MIONE @ 2022-03-25  9:12 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

If I don't go wrong, musl works on exception level 0. Is it possible to
make it work in EL1? Because it seems like I have some trouble with address
translation, could it be the problem?

Thanks!

[-- Attachment #2: Type: text/html, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [musl] Exception Level EL0->EL1
  2022-03-25  9:12 [musl] Exception Level EL0->EL1 SIMONE MIONE
@ 2022-03-25 17:26 ` Szabolcs Nagy
  0 siblings, 0 replies; 2+ messages in thread
From: Szabolcs Nagy @ 2022-03-25 17:26 UTC (permalink / raw)
  To: SIMONE MIONE; +Cc: musl

* SIMONE MIONE <205212@studenti.unimore.it> [2022-03-25 10:12:26 +0100]:
> If I don't go wrong, musl works on exception level 0. Is it possible to
> make it work in EL1? Because it seems like I have some trouble with address
> translation, could it be the problem?

this is an architecture specific question so you should say which
target you are talking about.

musl officially only supports linux userspace, but a lot of code
in it should work unchanged in kernelspace or baremetal environment.
but you are on your own to figure out how to make that work.

not sure what trouble you have with address translation, but that's
either outside the scope of the libc or part of the crt startup code
that sets up the runtime environment on a baremetal system.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-25 17:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-25  9:12 [musl] Exception Level EL0->EL1 SIMONE MIONE
2022-03-25 17:26 ` Szabolcs Nagy

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).