Searched refs:gate_valid (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_task.c | 111 …k_switch(CPUState *cpu, x68_segment_selector tss_sel, int reason, bool gate_valid, uint8_t gate, u… in vmx_handle_task_switch() argument 114 if (!gate_valid || (gate_type != VMCS_INTR_T_HWEXCEPTION && in vmx_handle_task_switch() 137 if (reason == TSR_IDT_GATE && gate_valid) { in vmx_handle_task_switch()
|
H A D | x86_task.h | 19 int reason, bool gate_valid, uint8_t gate, uint64_t gate_type);
|
/openbmc/linux/drivers/clk/bcm/ |
H A D | clk-kona-setup.c | 245 static bool gate_valid(struct bcm_clk_gate *gate, const char *field_name, in gate_valid() function 422 if (gate_exists(gate) && !gate_valid(gate, "gate", name)) in peri_clk_data_valid()
|