Files
seL4/include
julia b8e81b077a asidpools: consistently use ASID_HIGH macro
Also, change the definition of ASID_HIGH from

    ((a >> asidLowBits) & MASK(asidHighBits))

to

    ((a) >> asidLowBits)

because the mask is an unnecessary operation (this is handled by the
proofs). It is unnecessary because these (SW) ASIDs are kernel-only
and are never exposed to users, so they will never set bits asid from
the asidLow and asidHigh bits.

Signed-off-by: julia <git.ts@trainwit.ch>
2025-08-08 10:39:53 +01:00
..
2025-02-26 17:11:57 +11:00
2025-02-26 17:11:57 +11:00
2025-04-14 12:05:16 +10:00
2025-08-01 12:38:52 +01:00
2025-04-14 12:05:16 +10:00
2025-07-07 08:50:47 +10:00
2020-03-23 11:04:46 +11:00
2023-04-12 15:07:02 +10:00
2023-08-13 09:04:26 +10:00
2020-03-23 11:04:46 +11:00
2022-02-05 15:30:25 +11:00
2025-03-28 10:53:48 +11:00