Home
last modified time | relevance | path

Searched refs:PT (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/arch/ia64/kernel/
Dmca_asm.S518 add temp1=PT(B6), regs
521 add temp2=PT(B7), regs
523 st8 [temp1]=temp3,PT(AR_CSD)-PT(B6) // save b6
524 st8 [temp2]=temp4,PT(AR_SSD)-PT(B7) // save b7
529 st8 [temp1]=temp3,PT(AR_UNAT)-PT(AR_CSD) // save ar.csd
530 st8 [temp2]=temp4,PT(AR_PFS)-PT(AR_SSD) // save ar.ssd
534 st8 [temp1]=temp3,PT(AR_RNAT)-PT(AR_UNAT) // save ar.unat
535 st8 [temp2]=temp4,PT(AR_BSPSTORE)-PT(AR_PFS) // save ar.pfs
539 st8 [temp1]=temp3,PT(LOADRS)-PT(AR_RNAT) // save ar.rnat
540 st8 [temp2]=temp4,PT(AR_FPSR)-PT(AR_BSPSTORE) // save ar.bspstore
[all …]
Dentry.S115 adds r2=PT(R16)+IA64_SWITCH_STACK_SIZE+16,sp
146 adds r2=PT(R16)+IA64_SWITCH_STACK_SIZE+16,sp
471 adds r16=PT(F6)+16,sp
472 adds r17=PT(F7)+16,sp
484 adds r2=PT(R8)+16,sp // r2 = &pt_regs.r8
485 adds r3=PT(R10)+16,sp // r3 = &pt_regs.r10
488 adds r16=PT(F6)+16,sp
489 adds r17=PT(F7)+16,sp
501 adds r15=PT(R15)+16,sp // r15 = &pt_regs.r15 (syscall #)
519 adds r2=PT(R8)+16,sp // r2 = &pt_regs.r8
[all …]
Divt.S944 #if PT(B6) != 0
948 add r16=PT(CR_IPSR),r1 // initialize first base pointer
949 add r17=PT(R11),r1 // initialize second base pointer
952 st8 [r16]=r29,PT(AR_PFS)-PT(CR_IPSR) // save cr.ipsr
955 st8.spill [r17]=r11,PT(CR_IIP)-PT(R11) // save r11
960 st8 [r16]=r26,PT(CR_IFS)-PT(AR_PFS) // save ar.pfs
961 st8 [r17]=r28,PT(AR_UNAT)-PT(CR_IIP) // save cr.iip
965 st8 [r17]=r25,PT(AR_RSC)-PT(AR_UNAT) // save ar.unat
970 st8 [r16]=r19,PT(AR_RNAT)-PT(CR_IFS) // store ar.pfs.pfm in cr.ifs
974 st8 [r17]=r27,PT(AR_BSPSTORE)-PT(AR_RSC)// save ar.rsc
[all …]
Dentry.h24 #define PT(f) (IA64_PT_REGS_##f##_OFFSET) macro
31 .spillsp rp, PT(CR_IIP)+16+(off); \
32 .spillsp ar.pfs, PT(CR_IFS)+16+(off); \
33 .spillsp ar.unat, PT(AR_UNAT)+16+(off); \
34 .spillsp ar.fpsr, PT(AR_FPSR)+16+(off); \
35 .spillsp pr, PT(PR)+16+(off);
Dminstate.h86 adds r16=PT(CR_IPSR),r1; \
96 adds r16=PT(R8),r1; /* initialize first base pointer */ \
97 adds r17=PT(R9),r1; /* initialize second base pointer */ \
196 adds r24=PT(B6)-PT(F7),r3; \
206 adds r25=PT(B7)-PT(F11),r3; \
/Linux-v4.19/tools/perf/Documentation/
Dintel-bts.txt7 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
Dintel-pt.txt7 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
116 Refer to 'new snapshot option' and 'Intel PT modes of operation' further below.
134 The Intel PT kernel driver creates a new PMU for Intel PT. PMU events are
[all …]
Dperf-list.txt186 Some PMUs control advanced hardware tracing capabilities, such as Intel PT,
Dperf-record.txt99 (e.g. Intel PT or CoreSight).
/Linux-v4.19/tools/perf/util/intel-pt-decoder/
DBuild16 …(echo "Warning: Intel PT: x86 instruction decoder C file at 'tools/perf/util/intel-pt-decoder/insn…
18 …(echo "Warning: Intel PT: x86 instruction decoder C file at 'tools/perf/util/intel-pt-decoder/inat…
20 …(echo "Warning: Intel PT: x86 instruction decoder map file at 'tools/perf/util/intel-pt-decoder/x8…
22 …(echo "Warning: Intel PT: x86 instruction decoder script at 'tools/perf/util/intel-pt-decoder/gen-…
24 …(echo "Warning: Intel PT: x86 instruction decoder header at 'tools/perf/util/intel-pt-decoder/insn…
26 …(echo "Warning: Intel PT: x86 instruction decoder header at 'tools/perf/util/intel-pt-decoder/inat…
28 …(echo "Warning: Intel PT: x86 instruction decoder header at 'tools/perf/util/intel-pt-decoder/inat…
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dvmm.h254 #define VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL,BASE,SIZE,NEXT) do { \ argument
255 nvkm_kmap((PT)->memory); \
270 FILL(VMM, PT, PTEI, _ptes, MAP, _addr); \
274 nvkm_done((PT)->memory); \
277 #define VMM_MAP_ITER_MEM(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
278 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \
282 #define VMM_MAP_ITER_DMA(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
283 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \
285 #define VMM_MAP_ITER_SGL(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
286 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \
/Linux-v4.19/Documentation/hwmon/
Dcoretemp107 Z560/550/540/530P/530/520PT/520/515/510PT/510P 90
/Linux-v4.19/drivers/iio/temperature/
Dmlx90632.c486 s32 PT, PR, PG, PO; in mlx90632_calc_ambient_dsp105() local
496 ret = mlx90632_read_ee_register(data->regmap, MLX90632_EE_P_T, &PT); in mlx90632_calc_ambient_dsp105()
512 PT, PR, PG, PO, Gb); in mlx90632_calc_ambient_dsp105()
/Linux-v4.19/Documentation/scsi/
DChangeLog.ips84 4.00.02 - Fix problem with PT DCDB with no buffer
/Linux-v4.19/Documentation/virtual/kvm/
Dhypercalls.txt56 flushing TLB, release PT.
/Linux-v4.19/sound/pci/
DKconfig640 tristate "ICE/VT1724/1720 (Envy24HT/PT)"
646 ICE/VT1724/1720 (Envy24HT/PT) chips.
/Linux-v4.19/tools/perf/
DMakefile.config821 …r gcc lacks the __get_cpuid() builtin, disables support for auxtrace/Intel PT, please install a ne…
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c591 XGMAC_SET_BITS(reg_val, MAC_Q0TFCR, PT, 0xffff); in xgbe_enable_tx_flow_control()
/Linux-v4.19/Documentation/media/v4l-drivers/
Dbttv.rst998 - PV-951PT/TF
/Linux-v4.19/
DMAINTAINERS1853 ARM/PT DIGITAL BOARD PORT