Home
last modified time | relevance | path

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

/linux/arch/ia64/kernel/
A Dmca_asm.S523 st8 [temp1]=temp3,PT(AR_CSD)-PT(B6) // save b6
524 st8 [temp2]=temp4,PT(AR_SSD)-PT(B7) // save b7
553 stf.spill [temp2]=f6,PT(F8)-PT(F6)
555 stf.spill [temp1]=f7,PT(F9)-PT(F7)
556 stf.spill [temp2]=f8,PT(F10)-PT(F8)
558 stf.spill [temp1]=f9,PT(F11)-PT(F9)
797 add temp1=PT(AR_CCV)-PT(AR_UNAT), temp1
808 ldf.fill f6=[temp1],PT(F8)-PT(F6)
809 ldf.fill f7=[temp2],PT(F9)-PT(F7)
811 ldf.fill f8=[temp1],PT(F10)-PT(F8)
[all …]
A Dentry.S717 ld8 r9=[r2],PT(CR_IPSR)-PT(R9)
718 ld8 r11=[r3],PT(CR_IIP)-PT(R11)
838 lfetch [r21],PT(CR_IPSR)-PT(PR)
862 ld8.fill r10=[r3],PT(R17)-PT(R10)
864 ld8.fill r11=[r2],PT(R18)-PT(R11)
892 ld8.fill r31=[r2],PT(F9)-PT(R31)
893 adds r3=PT(F10)-PT(F6),r3
895 ldf.fill f9=[r2],PT(F6)-PT(F9)
896 ldf.fill f10=[r3],PT(F8)-PT(F10)
898 ldf.fill f6=[r2],PT(F7)-PT(F6)
[all …]
A Divt.S952 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
974 st8 [r17]=r27,PT(AR_BSPSTORE)-PT(AR_RSC)// save ar.rsc
991 (pUStk) st8 [r16]=r24,PT(PR)-PT(AR_RNAT) // save ar.rnat
995 st8 [r16]=r31,PT(LOADRS)-PT(PR) // save predicates
996 st8 [r17]=r28,PT(R1)-PT(B0) // save b0
1000 st8.spill [r17]=r20,PT(R13)-PT(R1) // save original r1
[all …]
A 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);
A 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/tools/perf/Documentation/
A 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
A Dperf-intel-pt.txt214 The Intel PT kernel driver creates a new PMU for Intel PT. PMU events are
271 meaningful for Intel PT.
563 Intel PT snapshot size: %zu
599 Intel PT modes of operation
602 Intel PT can be used in 3 modes:
670 Intel PT and build ids
849 cannot be matched against the Intel PT trace.
936 by Intel PT or not.
942 The flags supported by Intel PT are:
975 For Intel PT, the default period is 100us.
[all …]
A Dperf-inject.txt86 Intel PT, refer linkperf:perf-intel-pt[1]
A Ditrace.txt7 p synthesize power events (incl. PSB events for Intel PT)
A Dperf-list.txt199 Some PMUs control advanced hardware tracing capabilities, such as Intel PT,
272 However, in the case AUX area events (e.g. Intel PT or CoreSight), the AUX
A Dperf-record.txt122 (e.g. Intel PT or CoreSight).
472 PERF_RECORD_SWITCH_CPU_WIDE. In some cases (e.g. Intel PT, CoreSight or Arm SPE)
A Dperf-config.txt706 If set, Intel PT decoder will set the mispred flag on all
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
A Dvmm.h286 #define VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL,BASE,SIZE,NEXT) do { \ argument
287 nvkm_kmap((PT)->memory); \
302 FILL(VMM, PT, PTEI, _ptes, MAP, _addr); \
306 nvkm_done((PT)->memory); \
309 #define VMM_MAP_ITER_MEM(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
310 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \
314 #define VMM_MAP_ITER_DMA(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
315 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \
317 #define VMM_MAP_ITER_SGL(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
318 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \
/linux/Documentation/devicetree/bindings/iio/temperature/
A Dadi,ltc2983.yaml186 10 - RTD PT-10
187 11 - RTD PT-50
188 12 - RTD PT-100
189 13 - RTD PT-200
190 14 - RTD PT-500
191 15 - RTD PT-1000
192 16 - RTD PT-1000 (0.00375)
/linux/Documentation/hwmon/
A Dcoretemp.rst120 Z560/550/540/530P/530/520PT/520/515/510PT/510P 90
/linux/Documentation/networking/device_drivers/ethernet/intel/
A 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/drivers/iio/temperature/
A Dmlx90632.c708 s32 PT, PR, PG, PO; in mlx90632_calc_ambient_dsp105() local
718 ret = mlx90632_read_ee_register(data->regmap, MLX90632_EE_P_T, &PT); in mlx90632_calc_ambient_dsp105()
734 PT, PR, PG, PO, Gb); in mlx90632_calc_ambient_dsp105()
/linux/Documentation/scsi/
A DChangeLog.ips84 4.00.02 - Fix problem with PT DCDB with no buffer
/linux/Documentation/virt/kvm/
A Dhypercalls.rst63 flushing TLB, release PT.
/linux/sound/pci/
A DKconfig642 tristate "ICE/VT1724/1720 (Envy24HT/PT)"
648 ICE/VT1724/1720 (Envy24HT/PT) chips.
/linux/tools/arch/x86/kcpuid/
A Dcpuid.csv261 0xD, 1, ECX, 8, pt, PT state
/linux/tools/perf/
A DMakefile.config1004 …r gcc lacks the __get_cpuid() builtin, disables support for auxtrace/Intel PT, please install a ne…
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe-dev.c591 XGMAC_SET_BITS(reg_val, MAC_Q0TFCR, PT, 0xffff); in xgbe_enable_tx_flow_control()
/linux/Documentation/admin-guide/media/
A Dbttv.rst836 - PV-951PT/TF
/linux/
A DMAINTAINERS2421 ARM/PT DIGITAL BOARD PORT

Completed in 58 milliseconds