Home
last modified time | relevance | path

Searched full:ptw (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Darm,smmu.yaml295 the smmu ptw
320 - description: bus clock required for the smmu ptw
337 the smmu ptw
364 - description: bus clock required for the smmu ptw
384 the smmu ptw
440 the smmu ptw
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_opcodes.h108 /* The PTW opcode. */
111 /* The bit mask for the IP bit in the ptw packet. */
114 /* The bit mask and shr value for the payload bytes field in ptw. */
118 /* The bit mask for the payload bytes field in ptw after shifting. */
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-packet.c443 static struct ptunit_result ptw(struct packet_fixture *pfix, uint8_t plc, in ptw() function
458 pfix->packet[0].payload.ptw.payload = pl & mask; in ptw()
459 pfix->packet[0].payload.ptw.plc = plc; in ptw()
460 pfix->packet[0].payload.ptw.ip = ip ? 1 : 0; in ptw()
625 ptu_run_fp(suite, ptw, pfix, 0, 1); in main()
626 ptu_run_fp(suite, ptw, pfix, 1, 0); in main()
/freebsd/tools/tools/net80211/wesside/wesside/
H A DMakefile6 SRCS=wesside.c aircrack-ptw-lib.c
H A Daircrack-ptw-lib.h3 * <aircrack-ptw@cdc.informatik.tu-darmstadt.de>
H A Daircrack-ptw-lib.c3 * <aircrack-ptw@cdc.informatik.tu-darmstadt.de>
30 #include "aircrack-ptw-lib.h"
H A Dwesside.c47 #include "aircrack-ptw-lib.h"
128 PTW_attackstate *ptw; variable
1429 PTW_addsession(ptw, body, clear); in add_keystream()
2112 if(PTW_computeKey(ptw, key, 13, KEYLIMIT) == 1) { in do_crack()
2116 if(PTW_computeKey(ptw, key, 5, KEYLIMIT/10) == 1) { in do_crack()
2666 ptw = PTW_newattackstate();
2667 if (!ptw)
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_encoder.c659 plc = packet->payload.ptw.plc; in pt_enc_next()
673 if (packet->payload.ptw.ip) in pt_enc_next()
678 pos = pt_encode_int(pos, packet->payload.ptw.payload, size); in pt_enc_next()
H A Dpt_packet_decoder.c729 size = pt_pkt_read_ptw(&packet->payload.ptw, decoder->pos, in pt_pkt_decode_ptw()
H A Dpt_query_decoder.c2230 /* We may skip a stand-alone PTW. */ in skd010_scan_for_ovf_resume()
2231 if (!packet.payload.ptw.ip) in skd010_scan_for_ovf_resume()
/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h792 /** A PTW packet. */
800 /** A flag saying whether a FUP is following PTW that provides
892 /** Packet: ptw. */
893 struct pt_packet_ptw ptw; member
H A Dintel-pt.h.in792 /** A PTW packet. */
800 /** A flag saying whether a FUP is following PTW that provides
892 /** Packet: ptw. */
893 struct pt_packet_ptw ptw; member