Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-vmx.c36 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
41 vector int vms[] = { variable
65 &vms[i], sizeof(vector int)); in signal_usr1()
75 printf("%08x", vms[i][j]); in signal_usr1()
83 &vms[NV_VMX_REGS + i], sizeof (vector int)); in signal_usr1()
93 printf("%08x", vms[NV_VMX_REGS + i][j]); in signal_usr1()
124 rc = tm_signal_self_context_load(pid, NULL, NULL, vms, NULL); in tm_signal_context_chk()
H A Dtm-signal-context-chk-fpu.c35 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
H A Dtm-signal-context-chk-gpr.c35 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
H A Dtm-signal-context-chk-vsx.c37 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
/OK3568_Linux_fs/kernel/mm/
H A Dpercpu-vm.c335 struct vm_struct **vms; in pcpu_create_chunk() local
341 vms = pcpu_get_vm_areas(pcpu_group_offsets, pcpu_group_sizes, in pcpu_create_chunk()
343 if (!vms) { in pcpu_create_chunk()
348 chunk->data = vms; in pcpu_create_chunk()
349 chunk->base_addr = vms[0]->addr - pcpu_group_offsets[0]; in pcpu_create_chunk()
H A Dvmalloc.c3201 struct vm_struct **vms; in pcpu_get_vm_areas() local
3235 vms = kcalloc(nr_vms, sizeof(vms[0]), GFP_KERNEL); in pcpu_get_vm_areas()
3237 if (!vas || !vms) in pcpu_get_vm_areas()
3242 vms[area] = kzalloc(sizeof(struct vm_struct), GFP_KERNEL); in pcpu_get_vm_areas()
3243 if (!vas[area] || !vms[area]) in pcpu_get_vm_areas()
3347 setup_vmalloc_vm_locked(vms[area], vas[area], VM_ALLOC, in pcpu_get_vm_areas()
3353 return vms; in pcpu_get_vm_areas()
3398 kfree(vms[area]); in pcpu_get_vm_areas()
3402 kfree(vms); in pcpu_get_vm_areas()
3421 kfree(vms[area]); in pcpu_get_vm_areas()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dvmalloc.h222 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms);
233 pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas() argument
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dtestall.sh65 t vms
H A Dtestall.bat35 call t.bat vms
/OK3568_Linux_fs/buildroot/package/libopenssl/
H A D0004-Configure-use-ELFv2-ABI-on-some-ppc64-big-endian-sys.patch34 if ($config{target} =~ /^(VC|vms)-/) {
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0001-acpi-tpm-Add-missing-device-identification-objects.patch37 @@ -229,6 +229,7 @@ static void acpi_dsdt_add_tpm(Aml *scope, VirtMachineState *vms)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/
H A Dperl-ptest.inc15 --exclude=vms --exclude=vos --exclude=NetWare --exclude=amigaos4 --exclude=buildcustomize.pl \
H A Dperl_5.34.1.bb385 …grep -v -e "\-vms\-" -e module-5 -e "^$" -e "\\$" -e your -e tk -e autoperl -e html -e http -e par…
/OK3568_Linux_fs/buildroot/support/gnuconfig/
H A Dconfig.guess1457 A*) echo alpha-dec-vms ; exit ;;
1458 I*) echo ia64-dec-vms ; exit ;;
1459 V*) echo vax-dec-vms ; exit ;;
H A Dconfig.sub1690 | *vms* | esix* | aix* | cnk* | sunos | sunos[34]* \
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Dconfig.guess1382 A*) echo alpha-dec-vms ; exit ;;
1383 I*) echo ia64-dec-vms ; exit ;;
1384 V*) echo vax-dec-vms ; exit ;;
/OK3568_Linux_fs/external/xserver/
H A Dconfig.guess1456 A*) echo alpha-dec-vms ; exit ;;
1457 I*) echo ia64-dec-vms ; exit ;;
1458 V*) echo vax-dec-vms ; exit ;;
H A Dconfig.sub1364 | *vms* | esix* | aix* | cnk* | sunos | sunos[34]*\
/OK3568_Linux_fs/kernel/tools/kvm/kvm_stat/
H A Dkvm_stat778 vms = self.walkdir(PATH_DEBUGFS_KVM)[1]
779 if len(vms) == 0:
782 self.paths = list(filter(lambda x: "{}-".format(pid) in x, vms))
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dpgtable.h421 #define update_mmu_cache(vms,addr,ptep) __update_cache(*ptep) argument
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/
H A Dperl-rdepends.txt496 RDEPENDS:perl-module-extutils-cbuilder-platform-vms += "perl-module-config"
497 RDEPENDS:perl-module-extutils-cbuilder-platform-vms += "perl-module-extutils-cbuilder-base"
498 RDEPENDS:perl-module-extutils-cbuilder-platform-vms += "perl-module-strict"
499 RDEPENDS:perl-module-extutils-cbuilder-platform-vms += "perl-module-warnings"
700 RDEPENDS:perl-module-extutils-mm-vms += "perl-module-exporter"
701 RDEPENDS:perl-module-extutils-mm-vms += "perl-module-extutils-liblist-kid"
702 RDEPENDS:perl-module-extutils-mm-vms += "perl-module-extutils-makemaker"
703 RDEPENDS:perl-module-extutils-mm-vms += "perl-module-extutils-makemaker-config"
704 RDEPENDS:perl-module-extutils-mm-vms += "perl-module-extutils-mm-any"
705 RDEPENDS:perl-module-extutils-mm-vms += "perl-module-extutils-mm-unix"
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A D0001-configure.ac-Rename-to-configure.ac-and-use-external.patch341 -libgnuintl.h_vms Makefile.vms \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccinstall.info4289 sysv, udi, ultrix, unicos, uniplus, unos, vms, vsta, vxworks,
4306 If you specify an impossible combination such as 'i860-dg-vms', then
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccinstall.info4289 sysv, udi, ultrix, unicos, uniplus, unos, vms, vsta, vxworks,
4306 If you specify an impossible combination such as 'i860-dg-vms', then
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20200111.patch.gz1# ncurses 6.1 - patch 20200111 - Thomas E. Dickey 2# 3# --- ...

12