Searched refs:pm1 (Results 1 – 11 of 11) sorted by relevance
/openbsd/sys/arch/arm64/arm64/ |
H A D | vm_machdep.c | 73 struct pmap *pm1 = p1->p_vmspace->vm_map.pmap; in cpu_fork() local 79 memcpy(pm->pm_apiakey, pm1->pm_apiakey, sizeof(pm->pm_apiakey)); in cpu_fork() 80 memcpy(pm->pm_apdakey, pm1->pm_apdakey, sizeof(pm->pm_apdakey)); in cpu_fork() 81 memcpy(pm->pm_apibkey, pm1->pm_apibkey, sizeof(pm->pm_apibkey)); in cpu_fork() 82 memcpy(pm->pm_apdbkey, pm1->pm_apdbkey, sizeof(pm->pm_apdbkey)); in cpu_fork() 83 memcpy(pm->pm_apgakey, pm1->pm_apgakey, sizeof(pm->pm_apgakey)); in cpu_fork()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | dyncast5.C | 60 Mumble1 *pm1 = pf; in main() local 61 pm1->isObjectAllocation(pm1); in main()
|
/openbsd/gnu/usr.bin/perl/ext/File-Glob/ |
H A D | bsd_glob.c | 327 const Char *pe, *pm, *pm1, *pl; local 367 for (pm1 = pm++; *pm != BG_RBRACKET && *pm != BG_EOS; pm++) 374 pm = pm1;
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | debug.c | 3321 struct debug_method **pm1, **pm2; in debug_class_type_samep() local 3323 for (pm1 = c1->methods, pm2 = c2->methods; in debug_class_type_samep() 3324 *pm1 != NULL && *pm2 != NULL; in debug_class_type_samep() 3325 ++pm1, ++pm2) in debug_class_type_samep() 3329 m1 = *pm1; in debug_class_type_samep() 3367 if (*pm1 != NULL || *pm2 != NULL) in debug_class_type_samep()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | debug.c | 3322 struct debug_method **pm1, **pm2; in debug_class_type_samep() local 3324 for (pm1 = c1->methods, pm2 = c2->methods; in debug_class_type_samep() 3325 *pm1 != NULL && *pm2 != NULL; in debug_class_type_samep() 3326 ++pm1, ++pm2) in debug_class_type_samep() 3330 m1 = *pm1; in debug_class_type_samep() 3368 if (*pm1 != NULL || *pm2 != NULL) in debug_class_type_samep()
|
/openbsd/sys/isofs/udf/ |
H A D | ecma167-udf.h | 456 struct part_map_1 pm1; member
|
/openbsd/sys/dev/acpi/ |
H A D | acpi.c | 1022 uint16_t pm1; in acpi_attach_common() local 1088 pm1 = acpi_read_pmreg(sc, ACPIREG_PM1_CNT, 0); in acpi_attach_common() 1089 if ((pm1 & ACPI_PM1_SCI_EN) == 0 && sc->sc_fadt->smi_cmd && in acpi_attach_common() 1174 if ((pm1 & ACPI_PM1_SCI_EN) == 0 && sc->sc_fadt->smi_cmd) { in acpi_attach_common()
|
/openbsd/usr.bin/file/magdir/ |
H A D | archive | 770 2 string -pm1- PMarc archive data [pm1]
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | IntrinsicsNVVM.td | 4419 def int_nvvm_read_ptx_sreg_pm1 : PTXReadNCSRegIntrinsic_r32<"pm1">;
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXIntrinsics.td | 6285 def INT_PTX_SREG_PM1 : PTX_READ_SREG_R32<"pm1", int_nvvm_read_ptx_sreg_pm1>;
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/ |
H A D | ChangeLog | 3991 * g++.dg/init/pm1.C: New test.
|