| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | postactions.py | 22 def get_target_disk_usage(d, tc, artifacts_list, outputdir): argument 32 def get_host_disk_usage(d, tc, artifacts_list, outputdir): argument 61 def list_and_fetch_failed_tests_artifacts(d, tc, artifacts_list, outputdir): argument 83 def run_failed_tests_post_actions(d, tc): argument
|
| /openbmc/qemu/util/ |
| H A D | thread-context.c | 44 ThreadContext *tc = opaque; in thread_context_run() local 89 ThreadContext *tc = THREAD_CONTEXT(obj); in thread_context_set_cpu_affinity() local 140 ThreadContext *tc = THREAD_CONTEXT(obj); in thread_context_get_cpu_affinity() local 174 ThreadContext *tc = THREAD_CONTEXT(obj); in thread_context_set_node_affinity() local 242 ThreadContext *tc = THREAD_CONTEXT(obj); in thread_context_get_thread_id() local 250 ThreadContext *tc = THREAD_CONTEXT(uc); in thread_context_instance_complete() local 293 ThreadContext *tc = THREAD_CONTEXT(obj); in thread_context_instance_init() local 303 ThreadContext *tc = THREAD_CONTEXT(obj); in thread_context_instance_finalize() local
|
| H A D | oslib-posix.c | 472 int max_threads, ThreadContext *tc, bool async, in touch_all_pages() 607 ThreadContext *tc, bool async, Error **errp) in qemu_prealloc_mem()
|
| /openbmc/qemu/hw/i3c/ |
| H A D | core.c | 112 I3CTargetClass *tc = I3C_TARGET_GET_CLASS(target); in i3c_target_match_and_add() local 151 I3CTargetClass *tc = I3C_TARGET_GET_CLASS(t); in i3c_target_event() local 172 I3CTargetClass *tc; in i3c_do_start_transfer() local 227 I3CTargetClass *tc; in i3c_end_transfer() local 275 I3CTargetClass *tc = I3C_TARGET_GET_CLASS(t); in i3c_target_handle_ccc_write() local 347 I3CTargetClass *tc; in i3c_send() local 396 I3CTargetClass *tc = I3C_TARGET_GET_CLASS(t); in i3c_target_handle_ccc_read() local 469 I3CTargetClass *tc; in i3c_recv() local 499 I3CTargetClass *tc; in i3c_nack() local
|
| /openbmc/u-boot/arch/arm/mach-at91/arm920t/ |
| H A D | timer.c | 30 at91_tc_t *tc = (at91_tc_t *) ATMEL_BASE_TC; in timer_init() local 58 at91_tc_t *tc = (at91_tc_t *) ATMEL_BASE_TC; in get_timer_raw() local
|
| /openbmc/openbmc-tools/dbus-pcap/ |
| H A D | dbus-pcap | 181 def align(self, tc): argument 199 def autotake(self, tc): argument 246 def parse_fixed(endian, stream, tc): argument 266 def parse_string(endian, stream, tc): argument 294 def parse_type(endian, stream, tc): argument 307 def parse_array(endian, stream, tc): argument 334 def parse_container(endian, stream, tc): argument
|
| /openbmc/qemu/hw/timer/ |
| H A D | slavio_timer.c | 97 static int slavio_timer_is_user(TimerContext *tc) in slavio_timer_is_user() 126 TimerContext *tc = opaque; in slavio_timer_irq() local 145 TimerContext *tc = opaque; in slavio_timer_mem_readl() local 205 TimerContext *tc = opaque; in slavio_timer_mem_writel() local 397 TimerContext *tc; in slavio_timer_init() local
|
| H A D | allwinner-a10-pit.c | 245 AwA10TimerContext *tc = opaque; in a10_pit_timer_cb() local 273 AwA10TimerContext *tc = &s->timer_context[i]; in a10_pit_init() local
|
| H A D | npcm7xx_timer.c | 112 static int npcm7xx_timer_index(NPCM7xxTimerCtrlState *tc, NPCM7xxTimer *timer) in npcm7xx_timer_index() 199 NPCM7xxTimerCtrlState *tc = t->ctrl; in npcm7xx_timer_check_interrupt() local 213 NPCM7xxTimerCtrlState *tc = t->ctrl; in npcm7xx_timer_reached_zero() local
|
| /openbmc/qemu/target/mips/system/ |
| H A D | cp0.c | 27 void sync_c0_status(CPUMIPSState *env, CPUMIPSState *cpu, int tc) in sync_c0_status()
|
| /openbmc/qemu/tests/unit/ |
| H A D | check-qom-interface.c | 43 TestIfClass *tc = TEST_IF_CLASS(oc); in test_class_init() local
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/ |
| H A D | case.py | 22 tc = None variable in OETestCase
|
| H A D | runner.py | 39 def __init__(self, tc, *args, **kwargs): argument 249 def __init__(self, tc, *args, **kwargs): argument
|
| H A D | loader.py | 75 def __init__(self, tc, module_paths, modules, tests, modules_required, argument
|
| /openbmc/qemu/hw/tpm/ |
| H A D | tpm_tis_sysbus.c | 130 TPMIfClass *tc = TPM_IF_CLASS(klass); in tpm_tis_sysbus_class_init() local
|
| H A D | tpm_tis_isa.c | 172 TPMIfClass *tc = TPM_IF_CLASS(klass); in tpm_tis_isa_class_init() local
|
| H A D | tpm_crb.c | 321 TPMIfClass *tc = TPM_IF_CLASS(klass); in tpm_crb_class_init() local
|
| H A D | tpm_spapr.c | 394 TPMIfClass *tc = TPM_IF_CLASS(klass); in tpm_spapr_class_init() local
|
| H A D | tpm_tis_i2c.c | 533 TPMIfClass *tc = TPM_IF_CLASS(klass); in tpm_tis_i2c_class_init() local
|
| /openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
| H A D | at91_tc.h | 40 at91_tcc_t tc[3]; /* 0x00 TC Channel 0-2 */ member
|
| /openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/ |
| H A D | timer.h | 15 u32 tc; /* Timer Counter */ member
|
| /openbmc/u-boot/drivers/net/fsl-mc/ |
| H A D | dpni.c | 428 uint8_t tc, in dpni_set_queue() 447 uint8_t tc, in dpni_get_queue()
|
| /openbmc/qemu/include/exec/ |
| H A D | translation-block.h | 95 struct tb_tc tc; member
|
| /openbmc/qemu/target/mips/tcg/system/ |
| H A D | cp0_helper.c | 79 static inline void mips_tc_wake(MIPSCPU *cpu, int tc) in mips_tc_wake() 89 static inline void mips_tc_sleep(MIPSCPU *cpu, int tc) in mips_tc_sleep() 113 static CPUMIPSState *mips_cpu_map_tc(CPUMIPSState *env, int *tc) in mips_cpu_map_tc() 155 static void sync_c0_tcstatus(CPUMIPSState *cpu, int tc, in sync_c0_tcstatus() 187 static void sync_c0_entryhi(CPUMIPSState *cpu, int tc) in sync_c0_entryhi()
|
| /openbmc/qemu/hw/riscv/ |
| H A D | riscv-iommu.h | 107 uint64_t tc; /* Translation Control */ member
|