Searched refs:SFR (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | TargetProcessControlTypes.h | 201 static size_t size(const tpctypes::SegFinalizeRequest &SFR) { in size() argument 202 return SFRAL::size(SFR.RAG, SFR.Addr, SFR.Size, SFR.Content); in size() 206 const tpctypes::SegFinalizeRequest &SFR) { in serialize() argument 207 return SFRAL::serialize(OB, SFR.RAG, SFR.Addr, SFR.Size, SFR.Content); in serialize() 211 tpctypes::SegFinalizeRequest &SFR) { in deserialize() argument 212 return SFRAL::deserialize(IB, SFR.RAG, SFR.Addr, SFR.Size, SFR.Content); in deserialize() 241 static size_t size(const tpctypes::SharedMemorySegFinalizeRequest &SFR) { in size() argument 242 return SFRAL::size(SFR.RAG, SFR.Addr, SFR.Size); in size() 246 const tpctypes::SharedMemorySegFinalizeRequest &SFR) { in serialize() argument 247 return SFRAL::serialize(OB, SFR.RAG, SFR.Addr, SFR.Size); in serialize() [all …]
|
| /freebsd/contrib/tcpdump/ |
| H A D | atime.awk | 1 $6 ~ /^ack/ && $5 !~ /[SFR]/ {
|
| H A D | stime.awk | 1 $6 !~ /^ack/ && $5 !~ /[SFR]/ {
|
| H A D | send-ack.awk | 26 if ($5 !~ /[SFR]/) {
|
| /freebsd/sys/contrib/device-tree/src/mips/brcm/ |
| H A D | bcm6362-neufbox6-sercomm.dts | 8 model = "SFR NeufBox 6 (Sercomm)";
|
| H A D | bcm6358-neufbox4-sercomm.dts | 8 model = "SFR Neufbox 4 (Sercomm)";
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | samsung,exynos5433-lpass.txt | 6 - reg : should contain the LPASS top SFR region location
|
| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | microchip,pic32-evic.txt | 35 SFR.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 1521 // Section 8.19.5 - SFR (Save Flag Register) 1523 def SFR : RR<0x29, (outs I64:$sx), (ins), "sfr $sx">;
|