/openbmc/qemu/hw/intc/ |
H A D | pnv_xive.c | 101 static uint64_t pnv_xive_vst_addr_direct(PnvXive *xive, uint32_t type, in pnv_xive_vst_addr_direct() 121 static uint64_t pnv_xive_vst_addr_indirect(PnvXive *xive, uint32_t type, in pnv_xive_vst_addr_indirect() 196 static uint64_t pnv_xive_vst_addr_remote(PnvXive *xive, uint32_t type, in pnv_xive_vst_addr_remote() 224 static uint64_t pnv_xive_vst_addr(PnvXive *xive, uint32_t type, uint8_t blk, in pnv_xive_vst_addr() 250 static int pnv_xive_vst_read(PnvXive *xive, uint32_t type, uint8_t blk, in pnv_xive_vst_read() 274 static int pnv_xive_vst_write(PnvXive *xive, uint32_t type, uint8_t blk, in pnv_xive_vst_write() 603 static uint64_t pnv_xive_vst_per_subpage(PnvXive *xive, uint32_t type) in pnv_xive_vst_per_subpage() 657 static uint64_t pnv_xive_edt_size(PnvXive *xive, uint64_t type) in pnv_xive_edt_size() 679 uint64_t type) in pnv_xive_edt_offset() 766 static void pnv_xive_vst_set_exclusive(PnvXive *xive, uint8_t type, in pnv_xive_vst_set_exclusive() [all …]
|
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/ |
H A D | config.json | 61 "type": "hard", string 68 "type": "epow", string
|
/openbmc/u-boot/cmd/ |
H A D | efi.c | 51 static inline bool is_boot_services(int type) in is_boot_services() 92 int type = desc->type; in efi_build_mem_table() local
|
/openbmc/estoraged/include/ |
H A D | cryptsetupInterface.hpp | 182 int cryptFormat(struct crypt_device* cd, const char* type, in cryptFormat() 234 int cryptKeySlotMax(const char* type) override in cryptKeySlotMax()
|
/openbmc/qemu/linux-user/i386/ |
H A D | cpu_loop.c | 51 static void set_gate64(void *ptr, unsigned int type, unsigned int dpl, in set_gate64() 71 static void set_gate(void *ptr, unsigned int type, unsigned int dpl, in set_gate()
|
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Balcones/ |
H A D | config.json | 61 "type": "hard", string 68 "type": "epow", string
|
/openbmc/qemu/target/i386/tcg/ |
H A D | access.c | 14 MMUAccessType type, int mmu_idx, uintptr_t ra) in access_prepare_mmu() 50 unsigned size, MMUAccessType type, uintptr_t ra) in access_prepare()
|
H A D | seg_helper.c | 217 int type, index, shift; in get_ss_esp_from_tss() local 334 int tss_limit, tss_limit_max, type, old_tss_limit_max, old_type, i; in switch_tss_ra() local 691 int type, dpl, selector, ss_dpl, cpl; in do_interrupt_protected() local 955 int type, dpl, selector, cpl, ist; in do_interrupt64() local 1331 int index, type, entry_limit; in helper_ltr() local 1482 int gate_cs, type; in helper_ljmp_protected() local 1652 uint32_t ss = 0, ss_e1 = 0, ss_e2 = 0, type, ss_dpl; in helper_lcall_protected() local 2247 int tss_selector, type; in helper_iret_protected() local 2358 int rpl, dpl, cpl, type; in helper_lsl() local 2405 int rpl, dpl, cpl, type; in helper_lar() local
|
/openbmc/phosphor-power/cold-redundancy/ |
H A D | cold_redundancy.cpp | 134 for (const char* type : psuInterfaceTypes) in ColdRedundancy() local 184 for (const auto& type : psuInterfaceTypes) in createPSU() local
|
/openbmc/libcper/examples/ |
H A D | dmariommu.json | 19 "type": "Unknown" string 48 "type": "IOMMU Specific DMAr" string
|
H A D | cxlprotocol.json | 19 "type": "Unknown" string 48 "type": "CXL Protocol Error" string
|
H A D | cxlcomponent-media.json | 19 "type": "Unknown" string 48 "type": "CXL General Media Component Error" string
|
/openbmc/qemu/hw/misc/ |
H A D | zynq_slcr.c | 327 static void zynq_slcr_reset_init(Object *obj, ResetType type) in zynq_slcr_reset_init() 423 static void zynq_slcr_reset_hold(Object *obj, ResetType type) in zynq_slcr_reset_hold() 432 static void zynq_slcr_reset_exit(Object *obj, ResetType type) in zynq_slcr_reset_exit()
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | mtrr.c | 86 int mtrr_add_request(int type, uint64_t start, uint64_t size) in mtrr_add_request()
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | sensors.hpp | 91 inline std::string toString(SensorType type) in toString()
|
/openbmc/qemu/util/ |
H A D | qemu-coroutine-sleep.c | 64 QEMUClockType type, int64_t ns) in qemu_co_sleep_ns_wakeable()
|
/openbmc/u-boot/include/dm/platform_data/ |
H A D | serial_sh.h | 34 enum sh_serial_type type; member
|
/openbmc/qemu/system/ |
H A D | datadir.c | 33 char *qemu_find_file(QemuFileType type, const char *name) in qemu_find_file()
|
/openbmc/u-boot/drivers/sysreset/ |
H A D | sysreset_syscon.c | 23 static int syscon_reboot_request(struct udevice *dev, enum sysreset_t type) in syscon_reboot_request()
|
/openbmc/phosphor-networkd/src/ |
H A D | netlink.hpp | 72 void performRequest(int protocol, uint16_t type, uint16_t flags, const T& msg, in performRequest()
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | device_finder.hpp | 40 std::string type; member
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | toastService.js | 17 type = 'create', title = '', message = '', dismissOnTimeout = false) { argument
|
/openbmc/phosphor-inventory-manager/ |
H A D | events.hpp | 47 Type type; member
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | CertificateCollection.json | 19 "type": [ array 49 "type": "null" string 61 "type": "array" string 86 "type": "object" string
|
/openbmc/obmc-console/ |
H A D | console-server.h | 59 const struct handler_type *type; member 106 enum tty_device type; member 268 #define offsetof(type, member) ((unsigned long)&((type *)NULL)->member) argument 271 #define container_of(ptr, type, member) \ argument
|