| /openbmc/qemu/hw/acpi/ |
| H A D | ich9.c | 46 ICH9LPCPMRegs *pm = container_of(regs, ICH9LPCPMRegs, acpi_regs); in ich9_pm_update_sci_fn() local 47 acpi_update_sci(&pm->acpi_regs, pm->irq); in ich9_pm_update_sci_fn() 52 ICH9LPCPMRegs *pm = opaque; in ich9_gpe_readb() local 53 return acpi_gpe_ioport_readb(&pm->acpi_regs, addr); in ich9_gpe_readb() 59 ICH9LPCPMRegs *pm = opaque; in ich9_gpe_writeb() local 60 acpi_gpe_ioport_writeb(&pm->acpi_regs, addr, val); in ich9_gpe_writeb() 61 acpi_update_sci(&pm->acpi_regs, pm->irq); in ich9_gpe_writeb() 76 ICH9LPCPMRegs *pm = opaque; in ich9_smi_readl() local 79 return pm->smi_en; in ich9_smi_readl() 81 return pm->smi_sts; in ich9_smi_readl() [all …]
|
| H A D | ich9_timer.c | 18 void ich9_pm_update_swsmi_timer(ICH9LPCPMRegs *pm, bool enable) in ich9_pm_update_swsmi_timer() argument 25 lpc = container_of(pm, ICH9LPCState, pm); in ich9_pm_update_swsmi_timer() 36 timer_mod(pm->swsmi_timer, expire_time); in ich9_pm_update_swsmi_timer() 38 timer_del(pm->swsmi_timer); in ich9_pm_update_swsmi_timer() 44 ICH9LPCPMRegs *pm = opaque; in ich9_pm_swsmi_timer_expired() local 46 pm->smi_sts |= ICH9_PMIO_SMI_STS_SWSMI_STS; in ich9_pm_swsmi_timer_expired() 49 ich9_pm_update_swsmi_timer(pm, pm->smi_en & ICH9_PMIO_SMI_EN_SWSMI_EN); in ich9_pm_swsmi_timer_expired() 52 void ich9_pm_swsmi_timer_init(ICH9LPCPMRegs *pm) in ich9_pm_swsmi_timer_init() argument 54 pm->smi_sts_wmask |= ICH9_PMIO_SMI_STS_SWSMI_STS; in ich9_pm_swsmi_timer_init() 55 pm->swsmi_timer = in ich9_pm_swsmi_timer_init() [all …]
|
| /openbmc/qemu/block/ |
| H A D | progress_meter.c | 31 void progress_init(ProgressMeter *pm) in progress_init() argument 33 qemu_mutex_init(&pm->lock); in progress_init() 36 void progress_destroy(ProgressMeter *pm) in progress_destroy() argument 38 qemu_mutex_destroy(&pm->lock); in progress_destroy() 41 void progress_get_snapshot(ProgressMeter *pm, uint64_t *current, in progress_get_snapshot() argument 44 QEMU_LOCK_GUARD(&pm->lock); in progress_get_snapshot() 46 *current = pm->current; in progress_get_snapshot() 47 *total = pm->total; in progress_get_snapshot() 50 void progress_work_done(ProgressMeter *pm, uint64_t done) in progress_work_done() argument 52 QEMU_LOCK_GUARD(&pm->lock); in progress_work_done() [all …]
|
| /openbmc/qemu/hw/ppc/ |
| H A D | pegasos2.c | 98 Pegasos2MachineState *pm = PEGASOS2_MACHINE(current_machine); in pegasos2_cpu_reset() local 102 if (pm->vof) { in pegasos2_cpu_reset() 111 Pegasos2MachineState *pm = opaque; in pegasos2_pci_irq() local 114 qemu_set_irq(pm->mv_pirq[n], level); in pegasos2_pci_irq() 115 qemu_set_irq(pm->via_pirq[n], level); in pegasos2_pci_irq() 120 Pegasos2MachineState *pm = PEGASOS2_MACHINE(machine); in pegasos2_init() local 134 pm->cpu = POWERPC_CPU(cpu_create(machine->cpu_type)); in pegasos2_init() 135 env = &pm->cpu->env; in pegasos2_init() 143 qemu_register_reset(pegasos2_cpu_reset, pm->cpu); in pegasos2_init() 158 if (!machine->firmware && !pm->vof) { in pegasos2_init() [all …]
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/ |
| H A D | bastille_3.2.1.bb | 13 file://AccountPermission.pm \ 14 file://FileContent.pm \ 15 file://HPSpecific.pm \ 16 file://Miscellaneous.pm \ 17 file://ServiceAdmin.pm \ 83 install -m 0644 Bastille/AccountSecurity.pm ${D}${libdir}/Bastille 84 install -m 0644 Bastille/Apache.pm ${D}${libdir}/Bastille 85 install -m 0644 Bastille/API.pm ${D}${libdir}/Bastille 86 install -m 0644 ${UNPACKDIR}/AccountPermission.pm ${D}${libdir}/Bastille/API 87 install -m 0644 ${UNPACKDIR}/FileContent.pm ${D}${libdir}/Bastille/API [all …]
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
| H A D | fix_missing_use_directives.patch | 7 Index: Bastille/Bastille/Firewall.pm 9 --- Bastille.orig/Bastille/Firewall.pm 2008-09-14 19:56:54.000000000 -0400 10 +++ Bastille/Bastille/Firewall.pm 2013-08-20 16:28:44.588378000 -0400 19 Index: Bastille/Bastille/SecureInetd.pm 21 --- Bastille.orig/Bastille/SecureInetd.pm 2008-09-14 19:56:58.000000000 -0400 22 +++ Bastille/Bastille/SecureInetd.pm 2013-08-20 16:45:02.252378001 -0400 31 Index: Bastille/Bastille/ConfigureMiscPAM.pm 33 --- Bastille.orig/Bastille/ConfigureMiscPAM.pm 2005-09-12 23:47:28.000000000 -0400 34 +++ Bastille/Bastille/ConfigureMiscPAM.pm 2013-08-20 18:36:07.340378001 -0400 43 Index: Bastille/Bastille/Printing.pm [all …]
|
| /openbmc/u-boot/arch/m68k/cpu/mcf5445x/ |
| H A D | cpu_init.c | 82 pm_t *pm = (pm_t *) MMAP_PM; in cpu_init_f() local 98 out_8(&pm->pmcr0, 17); in cpu_init_f() 101 out_8(&pm->pmcr0, 18); in cpu_init_f() 102 out_8(&pm->pmcr0, 19); in cpu_init_f() 103 out_8(&pm->pmcr0, 20); in cpu_init_f() 106 out_8(&pm->pmcr0, 22); in cpu_init_f() 107 out_8(&pm->pmcr1, 4); in cpu_init_f() 108 out_8(&pm->pmcr1, 7); in cpu_init_f() 111 out_8(&pm->pmcr0, 28); in cpu_init_f() 112 out_8(&pm->pmcr0, 29); in cpu_init_f() [all …]
|
| /openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/ |
| H A D | rootfs.py | 22 self.pm = RpmPM(d, 31 self.pm.recovery_packaging_data() 34 self.pm.create_configs() 48 installed_manifest = self.pm.load_old_install_solution() 49 solution_manifest = self.pm.dump_install_solution(pkgs_to_install) 56 self.pm.update() 59 self.pm.upgrade() 62 self.pm.remove(pkg_to_remove) 64 self.pm.autoremove() 72 self.pm.write_index() [all …]
|
| /openbmc/smbios-mdr/src/ |
| H A D | sst_mailbox.cpp | 271 OsMailboxCommand(PECIManager& pm, uint8_t param1 = 0, uint8_t param2 = 0, in OsMailboxCommand() 273 OsMailboxCommand(pm, ErrorPolicy::Throw, param1, param2, param3, param4) in OsMailboxCommand() 276 OsMailboxCommand(PECIManager& pm, ErrorPolicy errorPolicy, in OsMailboxCommand() 287 value = pm.sendPECIOSMailboxCmd(0x7F, subcommand, param, callStatus); in OsMailboxCommand() 361 FIELD(unsigned, pm, 31, 24); 397 PECIManager pm; member in cpu_info::sst::SSTMailbox 404 pm(static_cast<uint8_t>(address), model, wakePolicy) in SSTMailbox() 427 return GetLevelsInfo(pm).currentConfigTdpLevel(); in currentLevel() 431 return GetLevelsInfo(pm).configTdpLevels(); in maxLevel() 435 return GetLevelsInfo(pm).enabled(); in ppEnabled() [all …]
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_qsort.c | 63 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in yaffs_qsort() local 70 for (pm = (char *)a + es; pm < (char *) a + n * es; pm += es) in yaffs_qsort() 71 for (pl = pm; pl > (char *) a && cmp(pl - es, pl) > 0; in yaffs_qsort() 76 pm = (char *)a + (n / 2) * es; in yaffs_qsort() 83 pm = med3(pm - d, pm, pm + d, cmp); in yaffs_qsort() 86 pm = med3(pl, pm, pn, cmp); in yaffs_qsort() 88 yswap(a, pm); in yaffs_qsort() 117 for (pm = (char *) a + es; pm < (char *) a + n * es; pm += es) in yaffs_qsort() 118 for (pl = pm; pl > (char *) a && cmp(pl - es, pl) > 0; in yaffs_qsort()
|
| /openbmc/qemu/include/qemu/ |
| H A D | progress_meter.h | 46 void progress_init(ProgressMeter *pm); 47 void progress_destroy(ProgressMeter *pm); 50 void progress_get_snapshot(ProgressMeter *pm, uint64_t *current, 54 void progress_work_done(ProgressMeter *pm, uint64_t done); 57 void progress_set_remaining(ProgressMeter *pm, uint64_t remaining); 60 void progress_increase_remaining(ProgressMeter *pm, uint64_t delta);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/ |
| H A D | 0001-Makefile-fix-multilib-build-failure.patch | 22 SHRDIR ?= /usr/share/pm-graph 36 $(INSTALL) -d $(DESTDIR)$(LIBDIR)/pm-graph 37 $(INSTALL) sleepgraph.py $(DESTDIR)$(LIBDIR)/pm-graph 42 - ln -s ../lib/pm-graph/bootgraph.py $(DESTDIR)$(BINDIR)/bootgraph 43 - ln -s ../lib/pm-graph/sleepgraph.py $(DESTDIR)$(BINDIR)/sleepgraph 44 - ln -s ../lib/pm-graph/netfix.py $(DESTDIR)$(BINDIR)/netfix 46 + ln -s ../$(BASELIB)/pm-graph/bootgraph.py $(DESTDIR)$(BINDIR)/bootgraph 47 + ln -s ../$(BASELIB)/pm-graph/sleepgraph.py $(DESTDIR)$(BINDIR)/sleepgraph 48 + ln -s ../$(BASELIB)/pm-graph/netfix.py $(DESTDIR)$(BINDIR)/netfix 54 rm -f $(DESTDIR)$(LIBDIR)/pm-graph/hwcheck.py [all …]
|
| /openbmc/qemu/include/hw/acpi/ |
| H A D | ich9_timer.h | 15 void ich9_pm_update_swsmi_timer(ICH9LPCPMRegs *pm, bool enable); 17 void ich9_pm_swsmi_timer_init(ICH9LPCPMRegs *pm); 19 void ich9_pm_update_periodic_timer(ICH9LPCPMRegs *pm, bool enable); 21 void ich9_pm_periodic_timer_init(ICH9LPCPMRegs *pm);
|
| /openbmc/openbmc/poky/meta/recipes-bsp/pm-utils/ |
| H A D | pm-utils_1.4.1.bb | 4 HOMEPAGE = "http://pm-utils.freedesktop.org/wiki/" 7 file://src/pm-pmu.c;beginline=1;endline=22;md5=3c1ddbc54e735fb4a0386e14c78a3147" 10 SRC_URI = "http://pm-utils.freedesktop.org/releases/pm-utils-${PV}.tar.gz" 27 FILES:${PN}-dbg += "${datadir}/doc/pm-utils/README.debugging" 28 FILES:${PN}-dev += "${nonarch_libdir}/pkgconfig/pm-utils.pc"
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | package_manager.py | 23 pm = RpmPM(d, 27 pm.create_configs() 30 pm = OpkgPM(d, 37 pm = DpkgPM(d, 43 pm.write_index() 44 pm.update() 46 return pm 147 pm = get_package_manager(d, pkg_path) 148 extract_dir = pm.extract(pkg) 162 pm = get_package_manager(d, pkg_path) [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | arch_pm.patch | 8 because of faulty code added to Arch.pm in the latest 15 scripts/Dpkg/Arch.pm | 3 --- 18 diff --git a/scripts/Dpkg/Arch.pm b/scripts/Dpkg/Arch.pm 20 --- a/scripts/Dpkg/Arch.pm 21 +++ b/scripts/Dpkg/Arch.pm
|
| H A D | 0001-Add-support-for-riscv32-CPU.patch | 10 scripts/Dpkg/Vendor/Debian.pm | 1 + 25 diff --git a/scripts/Dpkg/Vendor/Debian.pm b/scripts/Dpkg/Vendor/Debian.pm 27 --- a/scripts/Dpkg/Vendor/Debian.pm 28 +++ b/scripts/Dpkg/Vendor/Debian.pm
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
| H A D | 0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch | 10 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 4 ++++ 13 …it a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Uni… 15 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm 16 +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm 21 + # Getting MakeMaker.pm use perl wrapper instead of 'perl.real' directly
|
| H A D | 0002-Constant-Fix-up-shebang.patch | 14 cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm | 2 +- 17 …/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm b/cpan/ExtUtils-Constant/lib/ExtUtils/Constant… 19 --- a/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm 20 +++ b/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm
|
| H A D | native-perlinc.patch | 9 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 13 +++++++++++++ 12 …it a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Uni… 14 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm 15 +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | fsl_espi.c | 19 unsigned int pm; member 72 unsigned char pm = 0; in spi_setup_slave() local 91 pm = spibrg / (max_hz * 16 * 2); in spi_setup_slave() 92 if (pm > 16) { in spi_setup_slave() 93 pm = 16; in spi_setup_slave() 98 pm = spibrg / (max_hz * 2); in spi_setup_slave() 99 if (pm) in spi_setup_slave() 100 pm--; in spi_setup_slave() 101 fsl->pm = pm; in spi_setup_slave() 104 spi_freq = spibrg / ((pm + 1) * 2 * 16); in spi_setup_slave() [all …]
|
| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | ex-relative-long.c | 65 long pm, target; \ 74 : [target] "=&a" (target), [r2] "+r" (r2), [pm] "=r" (pm) \ 78 *cc = (pm >> 28) & 3; \ 88 long pm; \ 96 : [r2] "+r" (r2), [pm] "=r" (pm) \ 100 *cc = (pm >> 28) & 3; \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/run-postinsts/run-postinsts/ |
| H A D | run-postinsts | 17 for pm in $backend_list; do 19 case $pm in 35 pi_dir="#SYSCONFDIR#/$pm-postinsts" 82 case $pm in
|
| /openbmc/openbmc/poky/meta/recipes-support/curl/curl/ |
| H A D | no-test-timeout.patch | 10 tests/servers.pm | 2 +- 13 diff --git a/tests/servers.pm b/tests/servers.pm 15 --- a/tests/servers.pm 16 +++ b/tests/servers.pm
|
| /openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/ |
| H A D | rootfs.py | 137 self.pm = DpkgPM(d, d.getVar('IMAGE_ROOTFS'), 151 self.pm.write_index() 160 self.pm.update() 167 self.pm.install(pkgs_to_install[pkg_type], 169 self.pm.fix_broken_dependencies() 176 self.pm.install_complementary() 183 self.pm.fix_broken_dependencies() 185 self.pm.mark_packages("installed") 187 self.pm.run_pre_post_installs()
|