Home
last modified time | relevance | path

Searched refs:seL4_MsgLengthBits (Results 1 – 6 of 6) sorted by relevance

/seL4-master/libsel4/include/sel4/
A Dconstants.h53 seL4_MsgLengthBits = 7, enumerator
/seL4-master/include/arch/arm/arch/64/mode/fastpath/
A Dfastpath.h75 return (msgInfo & MASK(seL4_MsgLengthBits + seL4_MsgExtraCapBits)) > 4; in fastpath_mi_check()
/seL4-master/include/arch/x86/arch/32/mode/fastpath/
A Dfastpath.h90 return (msgInfo & MASK(seL4_MsgLengthBits + seL4_MsgExtraCapBits)) > seL4_FastMessageRegisters; in fastpath_mi_check()
/seL4-master/include/arch/arm/arch/32/mode/fastpath/
A Dfastpath.h90 return ((msgInfo & MASK(seL4_MsgLengthBits + seL4_MsgExtraCapBits)) in fastpath_mi_check()
/seL4-master/include/arch/riscv/arch/fastpath/
A Dfastpath.h75 return (msgInfo & MASK(seL4_MsgLengthBits + seL4_MsgExtraCapBits)) > 4; in fastpath_mi_check()
/seL4-master/include/arch/x86/arch/64/mode/fastpath/
A Dfastpath.h118 return ((msgInfo & MASK(seL4_MsgLengthBits + seL4_MsgExtraCapBits)) in fastpath_mi_check()

Completed in 6 milliseconds