Searched refs:PT (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/arch/ia64/kernel/ |
D | mca_asm.S | 517 add temp1=PT(B6), regs 520 add temp2=PT(B7), regs 522 st8 [temp1]=temp3,PT(AR_CSD)-PT(B6) // save b6 523 st8 [temp2]=temp4,PT(AR_SSD)-PT(B7) // save b7 528 st8 [temp1]=temp3,PT(AR_UNAT)-PT(AR_CSD) // save ar.csd 529 st8 [temp2]=temp4,PT(AR_PFS)-PT(AR_SSD) // save ar.ssd 533 st8 [temp1]=temp3,PT(AR_RNAT)-PT(AR_UNAT) // save ar.unat 534 st8 [temp2]=temp4,PT(AR_BSPSTORE)-PT(AR_PFS) // save ar.pfs 538 st8 [temp1]=temp3,PT(LOADRS)-PT(AR_RNAT) // save ar.rnat 539 st8 [temp2]=temp4,PT(AR_FPSR)-PT(AR_BSPSTORE) // save ar.bspstore [all …]
|
D | entry.S | 113 adds r2=PT(R16)+IA64_SWITCH_STACK_SIZE+16,sp 144 adds r2=PT(R16)+IA64_SWITCH_STACK_SIZE+16,sp 492 adds r16=PT(F6)+16,sp 493 adds r17=PT(F7)+16,sp 505 adds r2=PT(R8)+16,sp // r2 = &pt_regs.r8 506 adds r3=PT(R10)+16,sp // r3 = &pt_regs.r10 509 adds r16=PT(F6)+16,sp 510 adds r17=PT(F7)+16,sp 522 adds r15=PT(R15)+16,sp // r15 = &pt_regs.r15 (syscall #) 540 adds r2=PT(R8)+16,sp // r2 = &pt_regs.r8 [all …]
|
D | ivt.S | 941 #if PT(B6) != 0 945 add r16=PT(CR_IPSR),r1 // initialize first base pointer 946 add r17=PT(R11),r1 // initialize second base pointer 949 st8 [r16]=r29,PT(AR_PFS)-PT(CR_IPSR) // save cr.ipsr 952 st8.spill [r17]=r11,PT(CR_IIP)-PT(R11) // save r11 957 st8 [r16]=r26,PT(CR_IFS)-PT(AR_PFS) // save ar.pfs 958 st8 [r17]=r28,PT(AR_UNAT)-PT(CR_IIP) // save cr.iip 962 st8 [r17]=r25,PT(AR_RSC)-PT(AR_UNAT) // save ar.unat 967 st8 [r16]=r19,PT(AR_RNAT)-PT(CR_IFS) // store ar.pfs.pfm in cr.ifs 971 st8 [r17]=r27,PT(AR_BSPSTORE)-PT(AR_RSC)// save ar.rsc [all …]
|
D | entry.h | 23 #define PT(f) (IA64_PT_REGS_##f##_OFFSET) macro 30 .spillsp rp, PT(CR_IIP)+16+(off); \ 31 .spillsp ar.pfs, PT(CR_IFS)+16+(off); \ 32 .spillsp ar.unat, PT(AR_UNAT)+16+(off); \ 33 .spillsp ar.fpsr, PT(AR_FPSR)+16+(off); \ 34 .spillsp pr, PT(PR)+16+(off);
|
D | minstate.h | 85 adds r16=PT(CR_IPSR),r1; \ 95 adds r16=PT(R8),r1; /* initialize first base pointer */ \ 96 adds r17=PT(R9),r1; /* initialize second base pointer */ \ 195 adds r24=PT(B6)-PT(F7),r3; \ 205 adds r25=PT(B7)-PT(F11),r3; \
|
/linux-4.4.14/tools/perf/Documentation/ |
D | intel-bts.txt | 7 Intel BTS could be regarded as a predecessor to Intel PT and has some 14 of the Intel PT documentation applies also to Intel BTS. Refer to the Intel PT 39 The snapshot option is the same as Intel PT (refer Intel PT documentation). 45 The mmap size option is the same as Intel PT (refer Intel PT documentation). 53 the same as Intel PT (refer Intel PT documentation) except that neither
|
D | intel-pt.txt | 7 Intel Processor Trace (Intel PT) is an extension of Intel Architecture that 13 Intel PT is first supported in Intel Core M and 5th generation Intel Core 30 The main distinguishing feature of Intel PT is that the decoder can determine 31 the exact flow of software execution. Intel PT can be used to understand why 33 software does not have to be recompiled, so Intel PT works with debug or release 38 A limitation of Intel PT is that it produces huge amounts of trace data 51 The simplest thing to do with Intel PT is userspace profiling of small programs. 85 Also note that the coarseness of Intel PT timing information will start to 113 Refer to 'new snapshot option' and 'Intel PT modes of operation' further below. 131 The Intel PT kernel driver creates a new PMU for Intel PT. PMU events are [all …]
|
/linux-4.4.14/Documentation/hwmon/ |
D | coretemp | 107 Z560/550/540/530P/530/520PT/520/515/510PT/510P 90
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | Build | 19 || echo "Warning: Intel PT: x86 instruction decoder differs from kernel" >&2 )) || true
|
/linux-4.4.14/Documentation/frv/ |
D | mmu-layout.txt | 168 points to a subset of the page table, the first to PT+0x0000, the second to PT+0x0100, the third to 169 PT+0x200, and so on.
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | hypercalls.txt | 51 flushing TLB, release PT.
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.ips | 84 4.00.02 - Fix problem with PT DCDB with no buffer
|
/linux-4.4.14/tools/perf/config/ |
D | Makefile | 651 …r gcc lacks the __get_cpuid() builtin, disables support for auxtrace/Intel PT, please install a ne…
|
/linux-4.4.14/sound/pci/ |
D | Kconfig | 632 tristate "ICE/VT1724/1720 (Envy24HT/PT)" 638 ICE/VT1724/1720 (Envy24HT/PT) chips.
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Cards | 334 PV-951PT/TF
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dev.c | 539 XGMAC_SET_BITS(reg_val, MAC_Q0TFCR, PT, 0xffff); in xgbe_enable_tx_flow_control()
|
/linux-4.4.14/ |
D | MAINTAINERS | 1396 ARM/PT DIGITAL BOARD PORT
|