Home
last modified time | relevance | path

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

/linux-6.6.21/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.S464 adds r16=PT(F6)+16,sp
465 adds r17=PT(F7)+16,sp
477 adds r2=PT(R8)+16,sp // r2 = &pt_regs.r8
478 adds r3=PT(R10)+16,sp // r3 = &pt_regs.r10
481 adds r16=PT(F6)+16,sp
482 adds r17=PT(F7)+16,sp
494 adds r15=PT(R15)+16,sp // r15 = &pt_regs.r15 (syscall #)
512 adds r2=PT(R8)+16,sp // r2 = &pt_regs.r8
513 adds r3=PT(R10)+16,sp // r3 = &pt_regs.r10
608 adds r2=PT(R8)+16,sp // r2 = &pt_regs.r8
[all …]
Divt.S943 #if PT(B6) != 0
947 add r16=PT(CR_IPSR),r1 // initialize first base pointer
948 add r17=PT(R11),r1 // initialize second base pointer
951 st8 [r16]=r29,PT(AR_PFS)-PT(CR_IPSR) // save cr.ipsr
954 st8.spill [r17]=r11,PT(CR_IIP)-PT(R11) // save r11
959 st8 [r16]=r26,PT(CR_IFS)-PT(AR_PFS) // save ar.pfs
960 st8 [r17]=r28,PT(AR_UNAT)-PT(CR_IIP) // save cr.iip
964 st8 [r17]=r25,PT(AR_RSC)-PT(AR_UNAT) // save ar.unat
969 st8 [r16]=r19,PT(AR_RNAT)-PT(CR_IFS) // store ar.pfs.pfm in cr.ifs
973 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-6.6.21/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
Dperf-intel-pt.txt16 Intel Processor Trace (Intel PT) is an extension of Intel Architecture that
22 Intel PT is first supported in Intel Core M and 5th generation Intel Core
39 The main distinguishing feature of Intel PT is that the decoder can determine
40 the exact flow of software execution. Intel PT can be used to understand why
42 software does not have to be recompiled, so Intel PT works with debug or release
47 A limitation of Intel PT is that it produces huge amounts of trace data
60 The simplest thing to do with Intel PT is userspace profiling of small programs.
94 Also note that the coarseness of Intel PT timing information will start to
155 Because Intel PT does not update the cycle count on every branch or instruction,
206 Refer to 'new snapshot option' and 'Intel PT modes of operation' further below.
[all …]
Ditrace.txt8 p synthesize power events (incl. PSB events for Intel PT)
12 (e.g. Intel PT Event Trace)
Dperf-inject.txt93 Intel PT, refer linkperf:perf-intel-pt[1]
Dperf-list.txt241 Some PMUs control advanced hardware tracing capabilities, such as Intel PT,
314 However, in the case AUX area events (e.g. Intel PT or CoreSight), the AUX
Dperf-record.txt110 the kernel. If the event is a hardware trace PMU (e.g. Intel PT
533 PERF_RECORD_SWITCH_CPU_WIDE. In some cases (e.g. Intel PT, CoreSight or Arm SPE)
Dperf-config.txt688 If set, Intel PT decoder will set the mispred flag on all
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dvmm.h311 #define VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL,BASE,SIZE,NEXT) do { \ argument
312 nvkm_kmap((PT)->memory); \
327 FILL(VMM, PT, PTEI, _ptes, MAP, _addr); \
331 nvkm_done((PT)->memory); \
334 #define VMM_MAP_ITER_MEM(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
335 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \
339 #define VMM_MAP_ITER_DMA(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
340 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \
342 #define VMM_MAP_ITER_SGL(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
343 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \
/linux-6.6.21/Documentation/devicetree/bindings/iio/temperature/
Dadi,ltc2983.yaml204 10 - RTD PT-10
205 11 - RTD PT-50
206 12 - RTD PT-100
207 13 - RTD PT-200
208 14 - RTD PT-500
209 15 - RTD PT-1000
210 16 - RTD PT-1000 (0.00375)
/linux-6.6.21/Documentation/hwmon/
Dcoretemp.rst120 Z560/550/540/530P/530/520PT/520/515/510PT/510P 90
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/intel/
De1000e.rst363 - Intel(R) PRO/1000 PT Dual Port Network Connection
364 - Intel(R) PRO/1000 PT Dual Port Server Connection
365 - Intel(R) PRO/1000 PT Dual Port Server Adapter
367 - Intel(R) PRO/1000 PT Quad Port Server Adapter
368 - Intel(R) Gigabit PT Quad Port Server ExpressModule
/linux-6.6.21/Documentation/scsi/
DChangeLog.ips84 4.00.02 - Fix problem with PT DCDB with no buffer
/linux-6.6.21/drivers/iio/temperature/
Dmlx90632.c897 s32 PT, PR, PG, PO; in mlx90632_calc_ambient_dsp105() local
907 ret = mlx90632_read_ee_register(data->regmap, MLX90632_EE_P_T, &PT); in mlx90632_calc_ambient_dsp105()
923 PT, PR, PG, PO, Gb); in mlx90632_calc_ambient_dsp105()
/linux-6.6.21/Documentation/mm/
Dmultigen_lru.rst181 Rmap/PT walk feedback
261 * Bloom filters for rmap/PT walk feedback
/linux-6.6.21/Documentation/virt/kvm/x86/
Dhypercalls.rst63 flushing TLB, release PT.
/linux-6.6.21/sound/pci/
DKconfig656 tristate "ICE/VT1724/1720 (Envy24HT/PT)"
663 ICE/VT1724/1720 (Envy24HT/PT) chips.
/linux-6.6.21/tools/arch/x86/kcpuid/
Dcpuid.csv261 0xD, 1, ECX, 8, pt, PT state
/linux-6.6.21/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c598 XGMAC_SET_BITS(reg_val, MAC_Q0TFCR, PT, 0xffff); in xgbe_enable_tx_flow_control()
/linux-6.6.21/Documentation/admin-guide/media/
Dbttv.rst836 - PV-951PT/TF