HomeSort by relevance Sort by last modified time
    Searched full:smac (Results 1 - 20 of 20) sorted by null

  /external/llvm/test/CodeGen/SPARC/
LeonSMACUMACInstructionUT.ll 6 ; CHECK: smac %o1, %o0, %o0
9 ; %0 = tail call i32 asm sideeffect "smac $2, $1, $0", "={r2},{r3},{r4}"(i16* %a, i16* %b)
10 %0 = tail call i32 asm sideeffect "smac $2, $1, $0", "=r,rI,r"(i16* %a, i16* %b)
  /external/iproute2/man/man8/
tc-skbmod.8 19 .RB " [ " smac
20 .IR SMAC " ] "
44 .BI smac " SMAC"
54 after any outstanding D/SMAC changes.
115 set smac 02:22:23:24:25:26
131 .B " smac/dmac "
tc-ife.8 13 .IR SMAC " ] "
81 .BI smac " SMAC"
  /external/llvm/test/MC/Sparc/
leon-instructions.s 18 ! CHECK: smac %i0, %l6, %o2 ! encoding: [0x95,0xfe,0x00,0x16]
19 ! CHECK_NO_CASA: smac %i0, %l6, %o2 ! encoding: [0x95,0xfe,0x00,0x16]
20 smac %i0, %l6, %o2
  /external/iproute2/tc/
m_skbmod.c 33 "where SETTABLE is: [dmac DMAC] [smac SMAC] [etype ETYPE]\n"
35 "note: \"swap mac\" is done after any outstanding D/SMAC change\n"
103 } else if (matches(*argv, "smac") == 0) {
109 fprintf(stderr, "Invalid smac address %s\n",
208 fprintf(f, "set smac %s ",
m_ife.c 32 "Usage:... ife {decode|encode} [{ALLOW|USE} ATTR] [dst DMAC] [src SMAC] [type TYPE] [CONTROL] [index INDEX]\n");
  /external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/actions/
skbmod.json 41 "cmdUnderTest": "$TC actions add action skbmod set smac 77:88:99:AA:BB:CC index 7",
44 "matchPattern": "action order [0-9]*: skbmod pipe set smac 77:88:99:aa:bb:cc\\s+index 7",
65 "cmdUnderTest": "$TC actions add action skbmod set smac 00:44:55:44:55",
68 "matchPattern": "action order [0-9]*: skbmod pipe set smac 00:44:55:44:55",
257 "cmdUnderTest": "$TC actions add action skbmod set smac 00:00:00:00:00:01 pass",
260 "matchPattern": "action order [0-9]*: skbmod pass set smac 00:00:00:00:00:01",
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
splet.s 90 ! test SMAC
92 smac %l1, %l2, %l0
93 smac %l1, -42, %l0
94 smac -42, %l1, %l0
splet.d 67 a4: a1 fc 40 12 smac %l1, %l2, %l0
68 a8: a1 fc 7f d6 smac %l1, -42, %l0
69 ac: a1 fc 7f d6 smac %l1, -42, %l0
  /external/iproute2/include/uapi/linux/
magic.h 15 #define SMACK_MAGIC 0x43415d53 /* "SMAC" */
  /external/kernel-headers/original/uapi/linux/
magic.h 15 #define SMACK_MAGIC 0x43415d53 /* "SMAC" */
  /external/llvm/lib/Target/Sparc/
LeonFeatures.td 24 // UMAC and SMAC support for LEON3 and LEON4 processors.
30 "Enable UMAC and SMAC for LEON3 and LEON4 processors">;
SparcInstrInfo.td 57 // UMAC and SMAC instructions
    [all...]
  /bionic/libc/kernel/uapi/rdma/
vmw_pvrdma-abi.h 231 __u8 smac[6]; member in struct:pvrdma_cqe
  /external/kernel-headers/original/uapi/rdma/
vmw_pvrdma-abi.h 289 __u8 smac[6]; member in struct:pvrdma_cqe
  /external/scapy/scapy/modules/krack/
crypto.py 33 def customPRF512(key, amac, smac, anonce, snonce):
36 B = "".join(sorted([amac, smac]) + sorted([anonce, snonce]))
automaton.py 171 smac = hex_bytes(self.client.replace(":", ""))
174 self.ptk = customPRF512(pmk, amac, smac, anonce, snonce)
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
Iscp.h 343 #define SET_MAC_ADDR_SIG (0x43414D53) //"SMAC" spelled backwards - Set MAC Address
  /toolchain/binutils/binutils-2.27/opcodes/
ChangeLog-2013 308 (smac): Likewise.
    [all...]
sparc-opc.c     [all...]

Completed in 853 milliseconds