| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | mca_asm.S | 518 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 …]
|
| H A D | entry.S | 465 adds r16=PT(F6)+16,sp 466 adds r17=PT(F7)+16,sp 478 adds r2=PT(R8)+16,sp // r2 = &pt_regs.r8 479 adds r3=PT(R10)+16,sp // r3 = &pt_regs.r10 482 adds r16=PT(F6)+16,sp 483 adds r17=PT(F7)+16,sp 495 adds r15=PT(R15)+16,sp // r15 = &pt_regs.r15 (syscall #) 513 adds r2=PT(R8)+16,sp // r2 = &pt_regs.r8 514 adds r3=PT(R10)+16,sp // r3 = &pt_regs.r10 609 adds r2=PT(R8)+16,sp // r2 = &pt_regs.r8 [all …]
|
| H A D | ivt.S | 944 #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 …]
|
| H A D | entry.h | 24 #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);
|
| H A D | minstate.h | 86 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; \
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A 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
|
| H A D | perf-intel-pt.txt | 16 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 154 Because Intel PT does not update the cycle count on every branch or instruction, 181 Refer to 'new snapshot option' and 'Intel PT modes of operation' further below. [all …]
|
| H A D | perf-list.txt | 195 Some PMUs control advanced hardware tracing capabilities, such as Intel PT, 268 However, in the case AUX area events (e.g. Intel PT or CoreSight), the AUX
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | patchtest.sh | 63 PT="$PTENV/patchtest" 78 clone git://git.yoctoproject.org/patchtest $PT 82 pip install -r $PT/requirements.txt --quiet 85 PATH="$PT:$PT/scripts:$PATH"
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
| H A D | vmm.h | 285 #define VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL,BASE,SIZE,NEXT) do { \ argument 286 nvkm_kmap((PT)->memory); \ 301 FILL(VMM, PT, PTEI, _ptes, MAP, _addr); \ 305 nvkm_done((PT)->memory); \ 308 #define VMM_MAP_ITER_MEM(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument 309 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \ 313 #define VMM_MAP_ITER_DMA(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument 314 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \ 316 #define VMM_MAP_ITER_SGL(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument 317 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ |
| H A D | ttf-pt-sans_1.1.bb | 1 SUMMARY = "PT Sans Fonts" 2 DESCRIPTION = "The PT Sans TTF font set" 8 LIC_FILES_CHKSUM = "file://../PT%20Free%20Font%20License_eng.txt;md5=d720f3a281ed81c3f4cfc465e11b1d…
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | ParaTypeFFL-1.3 | 6 for the fonts with Original Name: PT Sans, PT Serif, PT Mono
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | pt_PT | 20 % Territory: PT 157 country_ab2 "PT"
|
| H A D | pt_PT@euro | 13 % Territory: PT
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | pt_PT | 20 % Territory: PT 157 country_ab2 "PT"
|
| H A D | pt_PT@euro | 13 % Territory: PT
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | coretemp.rst | 120 Z560/550/540/530P/530/520PT/520/515/510PT/510P 90
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | e1000e.rst | 363 - 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
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/ |
| HD | PT.gz | 1<code_set_name> PT
2<comment_char> %
3<escape_char> /
4% version: ... |
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/ |
| HD | PT.gz | 1<code_set_name> PT
2<comment_char> %
3<escape_char> /
4% version: ... |
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/lib/gconv/ |
| H A D | gconv-modules | 177 alias ISO-IR-16// PT// 178 alias ISO646-PT// PT// 179 alias CSISO16PORTUGESE// PT// 180 module PT// INTERNAL ISO646 2 181 module INTERNAL PT// ISO646 2 566 alias CSEBCDICPT// EBCDIC-PT// 567 alias EBCDICPT// EBCDIC-PT// 568 module EBCDIC-PT// INTERNAL EBCDIC-PT 1 569 module INTERNAL EBCDIC-PT// EBCDIC-PT 1
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/lib64/gconv/ |
| H A D | gconv-modules | 177 alias ISO-IR-16// PT// 178 alias ISO646-PT// PT// 179 alias CSISO16PORTUGESE// PT// 180 module PT// INTERNAL ISO646 2 181 module INTERNAL PT// ISO646 2 566 alias CSEBCDICPT// EBCDIC-PT// 567 alias EBCDICPT// EBCDIC-PT// 568 module EBCDIC-PT// INTERNAL EBCDIC-PT 1 569 module INTERNAL EBCDIC-PT// EBCDIC-PT 1
|
| /OK3568_Linux_fs/kernel/drivers/iio/temperature/ |
| H A D | mlx90632.c | 708 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()
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | ChangeLog.ips | 84 4.00.02 - Fix problem with PT DCDB with no buffer
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | hypercalls.rst | 63 flushing TLB, release PT.
|