| /openbmc/u-boot/board/qemu-mips/ |
| H A D | qemu-mips.c | 26 u32 proc_id; in checkboard() local 29 proc_id = read_c0_prid(); in checkboard() 31 switch (proc_id) { in checkboard() 68 printf(" proc_id=0x%x\n", proc_id); in checkboard()
|
| /openbmc/u-boot/drivers/remoteproc/ |
| H A D | k3_rproc.c | 40 u16 proc_id; member 61 ret = pops->proc_request(rproc->sci, rproc->proc_id); in k3_rproc_load() 67 ret = pops->set_proc_boot_cfg(rproc->sci, rproc->proc_id, addr, 0, 0); in k3_rproc_load() 113 ret = pops->proc_handover(rproc->sci, rproc->proc_id, in k3_rproc_start() 120 ret = pops->proc_release(rproc->sci, rproc->proc_id); in k3_rproc_start() 198 rproc->proc_id = dev_read_u32_default(dev, "ti,sci-proc-id", in k3_rproc_of_to_priv()
|
| /openbmc/u-boot/arch/mips/mach-pic32/ |
| H A D | cpu.c | 131 u32 proc_id; in get_core_name() local 134 proc_id = read_c0_prid(); in get_core_name() 135 switch (proc_id) { in get_core_name()
|
| /openbmc/qemu/hw/arm/ |
| H A D | realview.c | 97 uint32_t proc_id = 0; in realview_init() local 144 proc_id = 0x0c000000; in realview_init() 146 proc_id = 0x0e000000; in realview_init() 149 proc_id = 0x06000000; in realview_init() 151 proc_id = 0x04000000; in realview_init() 153 proc_id = 0x02000000; in realview_init() 185 qdev_prop_set_uint32(sysctl, "proc_id", proc_id); in realview_init()
|
| H A D | raspi.c | 83 int proc_id = FIELD_EX32(board_rev, REV_CODE, PROCESSOR); in board_processor_id() local 86 assert(proc_id < ARRAY_SIZE(soc_property) && soc_property[proc_id].type); in board_processor_id() 88 return proc_id; in board_processor_id()
|
| H A D | vexpress.c | 203 uint32_t proc_id; member 350 .proc_id = 0x0c000191, 423 .proc_id = 0x14000237, 597 qdev_prop_set_uint32(sysctl, "proc_id", daughterboard->proc_id); in vexpress_common_init()
|
| /openbmc/u-boot/drivers/firmware/ |
| H A D | ti_sci.c | 1452 u8 proc_id) in ti_sci_cmd_proc_request() argument 1475 req.processor_id = proc_id; in ti_sci_cmd_proc_request() 1499 u8 proc_id) in ti_sci_cmd_proc_release() argument 1522 req.processor_id = proc_id; in ti_sci_cmd_proc_release() 1549 u8 proc_id, u8 host_id) in ti_sci_cmd_proc_handover() argument 1572 req.processor_id = proc_id; in ti_sci_cmd_proc_handover() 1600 u8 proc_id, u64 bootvector, in ti_sci_cmd_set_proc_boot_cfg() argument 1625 req.processor_id = proc_id; in ti_sci_cmd_set_proc_boot_cfg() 1657 u8 proc_id, u32 control_flags_set, in ti_sci_cmd_set_proc_boot_ctrl() argument 1681 req.processor_id = proc_id; in ti_sci_cmd_set_proc_boot_ctrl() [all …]
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | omap_sec_common.h | 18 u32 secure_rom_call(u32 service, u32 proc_id, u32 flag, ...);
|
| H A D | omap_common.h | 674 u32 omap_smc_sec(u32 service, u32 proc_id, u32 flag, u32 *params); 675 u32 omap_smc_sec_cpu1(u32 service, u32 proc_id, u32 flag, u32 *params);
|
| /openbmc/smbios-mdr/tools/ |
| H A D | sst-compare-redfish-os.py | 209 proc_id = proc_resp["Id"] 218 pkg_data = get_linux_package(linux_data, proc_id)
|
| /openbmc/qemu/hw/misc/ |
| H A D | arm_sysctl.c | 42 uint32_t proc_id; member 183 return s->proc_id; in arm_sysctl_read() 628 DEFINE_PROP_UINT32("proc_id", arm_sysctl_state, proc_id, 0),
|
| /openbmc/u-boot/arch/arm/mach-omap2/ |
| H A D | sec-common.c | 60 u32 secure_rom_call(u32 service, u32 proc_id, u32 flag, ...) in secure_rom_call() argument 89 return omap_smc_sec(service, proc_id, flag, secure_rom_call_args); in secure_rom_call()
|
| /openbmc/qemu/scripts/ |
| H A D | analyse-9p-simpletrace.py | 189 def v9fs_getlock_return(self, tag, id, type, start, length, proc_id): argument 190 …ag =", tag, "type =", type, ", start =", start, ", length =", length, ", proc_id =", proc_id, ")")
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | 9p.h | 411 uint32_t proc_id; member 420 uint32_t proc_id; member
|
| H A D | trace-events | 41 …int64_t start, uint64_t length, uint32_t proc_id) "tag %d id %d type %d start %"PRIu64" length %"P…
|
| H A D | 9p.c | 3792 &flock.proc_id, &flock.client_id); in v9fs_lock() 3842 &glock.start, &glock.length, &glock.proc_id, in v9fs_getlock() 3861 glock.start, glock.length, glock.proc_id, in v9fs_getlock() 3868 glock.length, glock.proc_id); in v9fs_getlock()
|
| /openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
| H A D | testacpi.py2 | 71 … Processor declaration ProcId = _MAT ProcId".format(cpupath), processor.ProcId == subtable.proc_id) 72 …"{} ProcId ({:#02x}) != _MAT ProcId ({:#02x})".format(cpupath, processor.ProcId, subtable.proc_id))
|
| /openbmc/qemu/include/hw/acpi/ |
| H A D | aml-build.h | 352 Aml *aml_processor(uint8_t proc_id, uint32_t pblk_addr, uint8_t pblk_len,
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_events.c | 222 uint32_t proc_id; member
|
| /openbmc/qemu/hw/acpi/ |
| H A D | aml-build.c | 1309 Aml *aml_processor(uint8_t proc_id, uint32_t pblk_addr, uint8_t pblk_len, in aml_processor() argument 1317 build_append_byte(var->buf, proc_id); /* ProcID */ in aml_processor()
|