Home
last modified time | relevance | path

Searched full:pc (Results 1 – 25 of 1294) sorted by relevance

12345678910>>...52

/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0020-openmaxil-add-pkg-config-file.patch10 pkgconfig/openmaxil.pc.in | 10 ++++++++++
12 create mode 100644 pkgconfig/openmaxil.pc.in
22 - foreach(PCFILE bcm_host.pc brcmegl.pc brcmglesv2.pc brcmvg.pc vcsm.pc mmal.pc)
23 + foreach(PCFILE bcm_host.pc brcmegl.pc brcmglesv2.pc brcmvg.pc vcsm.pc mmal.pc openmaxil.pc)
27 diff --git a/pkgconfig/openmaxil.pc.in b/pkgconfig/openmaxil.pc.in
31 +++ b/pkgconfig/openmaxil.pc.in
/openbmc/qemu/docs/devel/migration/
H A Dcompatibility.rst26 - pc-q35-5.2 (newer one in qemu-5.2) from now on pc-5.2
27 - pc-q35-5.1 (newer one in qemu-5.1) from now on pc-5.1
40 1 - qemu-5.2 -M pc-5.2 -> migrates to -> qemu-5.2 -M pc-5.2
45 2 - qemu-5.1 -M pc-5.1 -> migrates to -> qemu-5.1 -M pc-5.1
55 the latest machine type for that version (pc-5.2) but one of an older
56 QEMU version, in this case pc-5.1.
58 3 - qemu-5.2 -M pc-5.1 -> migrates to -> qemu-5.2 -M pc-5.1
60 It needs to use the definition of pc-5.1 and the devices as they
63 idea of what the pc-5.1 machine is.
65 4 - qemu-5.1 -M pc-5.2 -> migrates to -> qemu-5.1 -M pc-5.2
[all …]
/openbmc/u-boot/lib/
H A Dslre.c121 int i, j, ch, op, pc; in slre_dump() local
123 for (pc = 0; pc < r->code_size; pc++) { in slre_dump()
125 op = r->code[pc]; in slre_dump()
126 (void) fprintf(fp, "%3d %s ", pc, opcodes[op].name); in slre_dump()
131 (void) fprintf(fp, "%d ", r->code[pc + 1]); in slre_dump()
132 pc++; in slre_dump()
136 pc + r->code[pc + 1] - i); in slre_dump()
137 pc++; in slre_dump()
141 r->code[pc + 1], r->code[pc + 2]); in slre_dump()
142 pc += 2; in slre_dump()
[all …]
/openbmc/qemu/target/xtensa/
H A Dexc_helper.c47 void HELPER(exception_cause)(CPUXtensaState *env, uint32_t pc, uint32_t cause) in HELPER()
51 env->pc = pc; in HELPER()
54 env->sregs[DEPC] = pc; in HELPER()
56 env->sregs[EPC1] = pc; in HELPER()
60 env->sregs[EPC1] = pc; in HELPER()
71 uint32_t pc, uint32_t cause, uint32_t vaddr) in HELPER()
74 HELPER(exception_cause)(env, pc, cause); in HELPER()
80 HELPER(debug_exception)(env, env->pc, cause); in debug_exception_env()
84 void HELPER(debug_exception)(CPUXtensaState *env, uint32_t pc, uint32_t cause) in HELPER()
88 env->pc = pc; in HELPER()
[all …]
/openbmc/qemu/docs/system/arm/
H A Dorangepi.rst1 Orange Pi PC (``orangepi-pc``)
4 The Xunlong Orange Pi PC is an Allwinner H3 System on Chip
13 The Orange Pi PC machine supports the following devices:
34 Currently, Orange Pi PC does *not* support the following features:
46 The Orange Pi PC machine can start using the standard -kernel functionality
47 for loading a Linux kernel or ELF executable. Additionally, the Orange Pi PC
59 The Allwinner RTC device is automatically created by the Orange Pi PC machine
75 $ qemu-system-arm -M orangepi-pc -sd mycard.img \
82 To build a Linux mainline kernel that can be booted by the Orange Pi PC machine,
107 To boot the newly build linux kernel in QEMU with the Orange Pi PC machine, use:
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/
H A Dmx6-pins.h10 #define MX6_PAD_DECLARE(prefix, name, pco, mc, mm, sio, si, pc) \ argument
11 prefix##name = IOMUX_PAD(pco, mc, mm, sio, si, pc)
15 #define MX6_PAD_DECL(name, pco, mc, mm, sio, si, pc) \ argument
16 MX6_PAD_DECLARE(MX6Q_PAD_,name, pco, mc, mm, sio, si, pc),
19 #define MX6_PAD_DECL(name, pco, mc, mm, sio, si, pc) \ argument
20 MX6_PAD_DECLARE(MX6DL_PAD_,name, pco, mc, mm, sio, si, pc),
25 #define MX6_PAD_DECL(name, pco, mc, mm, sio, si, pc) \ argument
26 MX6_PAD_DECLARE(MX6_PAD_,name, pco, mc, mm, sio, si, pc),
31 #define MX6_PAD_DECL(name, pco, mc, mm, sio, si, pc) \ argument
32 MX6_PAD_DECLARE(MX6_PAD_,name, pco, mc, mm, sio, si, pc),
/openbmc/qemu/accel/tcg/
H A Dtb-hash.h39 static inline unsigned int tb_jmp_cache_hash_page(vaddr pc) in tb_jmp_cache_hash_page() argument
42 tmp = pc ^ (pc >> (TARGET_PAGE_BITS - TB_JMP_PAGE_BITS)); in tb_jmp_cache_hash_page()
46 static inline unsigned int tb_jmp_cache_hash_func(vaddr pc) in tb_jmp_cache_hash_func() argument
49 tmp = pc ^ (pc >> (TARGET_PAGE_BITS - TB_JMP_PAGE_BITS)); in tb_jmp_cache_hash_func()
57 static inline unsigned int tb_jmp_cache_hash_func(vaddr pc) in tb_jmp_cache_hash_func() argument
59 return (pc ^ (pc >> TB_JMP_CACHE_BITS)) & (TB_JMP_CACHE_SIZE - 1); in tb_jmp_cache_hash_func()
65 uint32_t tb_hash_func(tb_page_addr_t phys_pc, vaddr pc, in tb_hash_func() argument
68 return qemu_xxhash8(phys_pc, pc, flags2, flags, cf_mask); in tb_hash_func()
H A Dtranslator.c123 vaddr pc, void *host_pc, const TranslatorOps *ops, in translator_loop() argument
133 db->pc_first = pc; in translator_loop()
134 db->pc_next = pc; in translator_loop()
249 void *dest, vaddr pc, size_t len) in translator_ld() argument
252 vaddr last = pc + len - 1; in translator_ld()
271 if (unlikely(((base ^ pc) & TARGET_PAGE_MASK) == 0)) { in translator_ld()
276 size_t len0 = -(pc | TARGET_PAGE_MASK); in translator_ld()
277 memcpy(dest, host + (pc - base), len0); in translator_ld()
278 pc += len0; in translator_ld()
294 assert(((base ^ pc) & TARGET_PAGE_MASK) == 0); in translator_ld()
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xtrans/
H A Dmultilibfix.patch4 Subject: [PATCH] xtrans: Fix multilib .pc file conflict
6 The xtrans.pc file is installed into a non-arch directory yet contains libdir
7 which can vary depending on which multilib is configured. The .pc file does
13 xtrans.pc.in | 1 -
16 diff --git a/xtrans.pc.in b/xtrans.pc.in
18 --- a/xtrans.pc.in
19 +++ b/xtrans.pc.in
/openbmc/qemu/hw/ppc/
H A Dpnv_core.c35 static const char *pnv_core_cpu_typename(PnvCore *pc) in pnv_core_cpu_typename() argument
37 const char *core_type = object_class_get_name(object_get_class(OBJECT(pc))); in pnv_core_cpu_typename()
45 static void pnv_core_cpu_reset(PnvCore *pc, PowerPCCPU *cpu) in pnv_core_cpu_reset() argument
49 PnvChipClass *pcc = PNV_CHIP_GET_CLASS(pc->chip); in pnv_core_cpu_reset()
60 env->spr[SPR_HRMOR] = pc->hrmor; in pnv_core_cpu_reset()
61 if (pc->big_core) { in pnv_core_cpu_reset()
70 pcc->intc_reset(pc->chip, cpu); in pnv_core_cpu_reset()
195 PnvCore *pc = PNV_CORE(opaque); in pnv_core_power10_xscom_read() local
196 int nr_threads = CPU_CORE(pc)->nr_threads; in pnv_core_power10_xscom_read()
204 PowerPCCPU *cpu = pc->threads[i]; in pnv_core_power10_xscom_read()
[all …]
/openbmc/qemu/target/microblaze/
H A Dhelper.c39 /* Recover the pc and iflags from the corresponding insn_start. */ in mb_unaligned_access_internal()
44 "Unaligned access addr=0x%" PRIx64 " pc=%x iflags=%x\n", in mb_unaligned_access_internal()
45 addr, env->pc, iflags); in mb_unaligned_access_internal()
172 "INT: HWE at pc=%08x msr=%08x iflags=%x\n", in mb_cpu_do_interrupt()
173 env->pc, msr, env->iflags); in mb_cpu_do_interrupt()
185 env->regs[17] = env->pc + 4; in mb_cpu_do_interrupt()
186 env->pc = cpu->cfg.base_vectors + 0x20; in mb_cpu_do_interrupt()
191 "INT: MMU at pc=%08x msr=%08x " in mb_cpu_do_interrupt()
193 env->pc, msr, env->ear, env->iflags); in mb_cpu_do_interrupt()
202 env->regs[17] = env->pc - (env->iflags & BIMM_FLAG ? 8 : 4); in mb_cpu_do_interrupt()
[all …]
/openbmc/u-boot/include/linux/
H A Drbtree_augmented.h77 #define __rb_parent(pc) ((struct rb_node *)(pc & ~3)) argument
79 #define __rb_color(pc) ((pc) & 1) argument
80 #define __rb_is_black(pc) __rb_color(pc) argument
81 #define __rb_is_red(pc) (!__rb_color(pc)) argument
119 unsigned long pc; in __rb_erase_augmented() local
129 pc = node->__rb_parent_color; in __rb_erase_augmented()
130 parent = __rb_parent(pc); in __rb_erase_augmented()
133 child->__rb_parent_color = pc; in __rb_erase_augmented()
136 rebalance = __rb_is_black(pc) ? parent : NULL; in __rb_erase_augmented()
140 tmp->__rb_parent_color = pc = node->__rb_parent_color; in __rb_erase_augmented()
[all …]
/openbmc/u-boot/board/dhelectronics/dh_imx6/
H A Ddh_imx6.c42 #define PC MUX_PAD_CTRL(I2C_PAD_CTRL) macro
46 .i2c_mode = MX6DL_PAD_EIM_D21__I2C1_SCL | PC,
47 .gpio_mode = MX6DL_PAD_EIM_D21__GPIO3_IO21 | PC,
51 .i2c_mode = MX6DL_PAD_EIM_D28__I2C1_SDA | PC,
52 .gpio_mode = MX6DL_PAD_EIM_D28__GPIO3_IO28 | PC,
59 .i2c_mode = MX6DL_PAD_KEY_COL3__I2C2_SCL | PC,
60 .gpio_mode = MX6DL_PAD_KEY_COL3__GPIO4_IO12 | PC,
64 .i2c_mode = MX6DL_PAD_KEY_ROW3__I2C2_SDA | PC,
65 .gpio_mode = MX6DL_PAD_KEY_ROW3__GPIO4_IO13 | PC,
72 .i2c_mode = MX6DL_PAD_GPIO_3__I2C3_SCL | PC,
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libsquish/libsquish/
H A D0001-Add-support-for-variable-libdir.patch14 squish.pc.in | 3 ++-
22 all : $(LIB) squish.pc
24 install : $(LIB) squish.pc
27 - install squish.pc $(INSTALL_DIR)/lib/pkgconfig
30 + install squish.pc $(INSTALL_DIR)/lib$(LIBDIR_SUFFIX)/pkgconfig
41 squish.pc:
55 diff --git a/squish.pc.in b/squish.pc.in
57 --- a/squish.pc.in
58 +++ b/squish.pc.in
/openbmc/qemu/tests/qtest/libqos/
H A Dx86_64_pc-machine.c22 #include "pci-pc.h"
24 #include "malloc-pc.h"
46 if (!g_strcmp0(device, "pci-bus-pc")) { in i440FX_host_get_device()
61 /* x86_64/pc machine */
76 fprintf(stderr, "%s not present in x86_64/pc\n", interface); in pc_get_driver()
87 fprintf(stderr, "%s not present in x86_64/pc\n", device); in pc_get_device()
105 qos_node_create_machine("i386/pc", qos_create_machine_pc); in pc_machine_register_nodes()
106 qos_node_contains("i386/pc", "i440FX-pcihost", NULL); in pc_machine_register_nodes()
108 qos_node_create_machine("x86_64/pc", qos_create_machine_pc); in pc_machine_register_nodes()
109 qos_node_contains("x86_64/pc", "i440FX-pcihost", NULL); in pc_machine_register_nodes()
[all …]
/openbmc/qemu/linux-user/loongarch64/
H A Dcpu_loop.c37 env->pc += 4; in cpu_loop()
44 env->pc -= 4; in cpu_loop()
57 force_sig_fault(TARGET_SIGILL, 0, env->pc); in cpu_loop()
72 force_sig_fault(TARGET_SIGFPE, si_code, env->pc); in cpu_loop()
75 force_sig_fault(TARGET_SIGTRAP, TARGET_TRAP_BRKPT, env->pc); in cpu_loop()
81 get_user_u32(opcode, env->pc); in cpu_loop()
85 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_INTOVF, env->pc); in cpu_loop()
88 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_INTDIV, env->pc); in cpu_loop()
91 force_sig_fault(TARGET_SIGTRAP, TARGET_TRAP_BRKPT, env->pc); in cpu_loop()
96 force_sig_fault(TARGET_SIGSYS, TARGET_SI_KERNEL, env->pc); in cpu_loop()
[all …]
/openbmc/phosphor-fan-presence/control/templates/
H A Dfan_zone_defs.cpp.mako100 %if ('pc' in event) and \
101 (event['pc'] is not None):
103 "${event['pc']['pcname']}",
106 %for group in event['pc']['pcgrps']:
117 %for i, a in enumerate(event['pc']['pcact']):
133 %for pcevt in event['pc']['pcevts']:
144 %if ('pc' in event) and (event['pc'] is not None):
150 %if ('timer' in event['pc']['triggers']) and \
151 (event['pc']['triggers']['timer'] is not None):
153 ${event['pc']['triggers']['pctime']['interval']},
[all …]
/openbmc/qemu/hw/char/
H A Dserial-pci-multi.c79 static size_t multi_serial_get_port_count(PCIDeviceClass *pc) in multi_serial_get_port_count() argument
81 switch (pc->device_id) { in multi_serial_get_port_count()
94 PCIDeviceClass *pc = PCI_DEVICE_GET_CLASS(dev); in multi_serial_pci_realize() local
97 size_t i, nports = multi_serial_get_port_count(pc); in multi_serial_pci_realize()
148 PCIDeviceClass *pc = PCI_DEVICE_CLASS(klass); in multi_2x_serial_pci_class_initfn() local
149 pc->realize = multi_serial_pci_realize; in multi_2x_serial_pci_class_initfn()
150 pc->exit = multi_serial_pci_exit; in multi_2x_serial_pci_class_initfn()
151 pc->vendor_id = PCI_VENDOR_ID_REDHAT; in multi_2x_serial_pci_class_initfn()
152 pc->device_id = PCI_DEVICE_ID_REDHAT_SERIAL2; in multi_2x_serial_pci_class_initfn()
153 pc->revision = 1; in multi_2x_serial_pci_class_initfn()
[all …]
H A Ddiva-gsp.c91 static struct diva_info diva_get_diva_info(PCIDeviceClass *pc) in diva_get_diva_info() argument
93 switch (pc->subsystem_id) { in diva_get_diva_info()
119 PCIDeviceClass *pc = PCI_DEVICE_GET_CLASS(dev); in diva_pci_realize() local
122 struct diva_info di = diva_get_diva_info(pc); in diva_pci_realize()
187 PCIDeviceClass *pc = PCI_DEVICE_CLASS(klass); in diva_serial_class_initfn() local
188 pc->realize = diva_pci_realize; in diva_serial_class_initfn()
189 pc->exit = diva_pci_exit; in diva_serial_class_initfn()
190 pc->vendor_id = PCI_VENDOR_ID_HP; in diva_serial_class_initfn()
191 pc->device_id = PCI_DEVICE_ID_HP_DIVA; in diva_serial_class_initfn()
192 pc->subsystem_vendor_id = PCI_VENDOR_ID_HP; in diva_serial_class_initfn()
[all …]
/openbmc/qemu/include/exec/
H A Dtranslator.h131 * @pc: guest virtual program counter address
149 vaddr pc, void *host_pc, const TranslatorOps *ops,
155 * @dest: target pc of the goto
158 * and the destination PC.
183 uint8_t translator_ldub(CPUArchState *env, DisasContextBase *db, vaddr pc);
185 vaddr pc, MemOp endian);
187 vaddr pc, MemOp endian);
189 vaddr pc, MemOp endian);
193 translator_lduw(CPUArchState *env, DisasContextBase *db, vaddr pc) in translator_lduw() argument
195 return translator_lduw_end(env, db, pc, MO_TE); in translator_lduw()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybind11-json/
H A Dd72ad4df929bc9d0882298fc1f85ecf589456ff6.patch6 Create and install pkg-config (.pc) file for dependency detection.
11 pybind11_json.pc.in | 7 +++++++
13 create mode 100644 pybind11_json.pc.in
43 +configure_file("${CMAKE_CURRENT_SOURCE_DIR}/pybind11_json.pc.in"
44 + "${CMAKE_CURRENT_BINARY_DIR}/pybind11_json.pc" @ONLY)
45 +install(FILES "${CMAKE_CURRENT_BINARY_DIR}/pybind11_json.pc"
47 diff --git a/pybind11_json.pc.in b/pybind11_json.pc.in
51 +++ b/pybind11_json.pc.in
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-proto/xcb-proto/
H A D0001-xcb-proto.pc.in-reinstate-libdir.patch4 Subject: [PATCH] xcb-proto.pc.in: reinstate libdir
10 …64-alt/tmp/work/core2-64-poky-linux/libxcb/1.15-r0/recipe-sysroot/usr/share/pkgconfig/xcb-proto.pc'
15 xcb-proto.pc.in | 1 +
18 diff --git a/xcb-proto.pc.in b/xcb-proto.pc.in
20 --- a/xcb-proto.pc.in
21 +++ b/xcb-proto.pc.in
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/
H A Dprotobuf_5.29.4.bb61 cp "${B}/protobuf.pc" "${B}/${TEST_SRC_DIR}/protobuf.pc"
66 # Adapt protobuf.pc
67 sed -e 's|libdir=|libdir=${PKG_CONFIG_SYSROOT_DIR}|' -i "${B}/${TEST_SRC_DIR}/protobuf.pc"
68 sed -e 's|Cflags:|Cflags: -I${S}/src |' -i "${B}/${TEST_SRC_DIR}/protobuf.pc"
69 …s|Cflags:|Cflags: -I${WORKDIR}/recipe-sysroot${includedir} |' -i "${B}/${TEST_SRC_DIR}/protobuf.pc"
70 sed -e 's|Libs:|Libs: -L${B}|' -i "${B}/${TEST_SRC_DIR}/protobuf.pc"
71 sed -e 's|Libs:|Libs: -L${WORKDIR}/recipe-sysroot/usr/lib |' -i "${B}/${TEST_SRC_DIR}/protobuf.pc"
72 sed -e 's|Libs:|Libs: -labsl_log_internal_check_op |' -i "${B}/${TEST_SRC_DIR}/protobuf.pc"
73 sed -e 's|Libs:|Libs: -labsl_log_internal_message |' -i "${B}/${TEST_SRC_DIR}/protobuf.pc"
74 # Adapt uf8_range.pc
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/glslang/glslang/
H A D0001-generate-glslang-pkg-config.patch13 glslang/glslang.pc.cmake.in | 11 +++++++++++
15 create mode 100644 glslang/glslang.pc.cmake.in
25 …gure_file(${CMAKE_CURRENT_SOURCE_DIR}/glslang.pc.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/pkgconfig/gl…
26 + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/pkgconfig/glslang.pc DESTINATION ${CMAKE_INSTALL_LIB…
30 diff --git a/glslang/glslang.pc.cmake.in b/glslang/glslang.pc.cmake.in
34 +++ b/glslang/glslang.pc.cmake.in
/openbmc/qemu/target/arm/hvf/
H A Dtrace-events1 …reg_read(uint64_t pc, uint32_t reg, uint32_t op0, uint32_t op1, uint32_t crn, uint32_t crm, uint32…
2 …eg_write(uint64_t pc, uint32_t reg, uint32_t op0, uint32_t op1, uint32_t crn, uint32_t crm, uint32…
8 hvf_unknown_hvc(uint64_t pc, uint64_t x0) "pc=0x%"PRIx64" unknown HVC! 0x%016"PRIx64
10 hvf_exit(uint64_t syndrome, uint32_t ec, uint64_t pc) "exit: 0x%"PRIx64" [ec=0x%x pc=0x%"PRIx64"]"

12345678910>>...52