Searched full:ptw (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/iommu/ |
H A D | arm,smmu.yaml | 295 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 D | pt_opcodes.h | 108 /* 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 D | ptunit-packet.c | 443 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 D | Makefile | 6 SRCS=wesside.c aircrack-ptw-lib.c
|
H A D | aircrack-ptw-lib.h | 3 * <aircrack-ptw@cdc.informatik.tu-darmstadt.de>
|
H A D | aircrack-ptw-lib.c | 3 * <aircrack-ptw@cdc.informatik.tu-darmstadt.de> 30 #include "aircrack-ptw-lib.h"
|
H A D | wesside.c | 47 #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 D | pt_encoder.c | 659 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 D | pt_packet_decoder.c | 729 size = pt_pkt_read_ptw(&packet->payload.ptw, decoder->pos, in pt_pkt_decode_ptw()
|
H A D | pt_query_decoder.c | 2230 /* 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 D | intel-pt.h | 792 /** 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 D | intel-pt.h.in | 792 /** 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
|