Searched defs:regs (Results 26 - 47 of 47) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Dfuchsia.c276 zx_thread_state_general_regs_t regs; local
/fuchsia/zircon/system/core/crashanalyzer/
H A Dcrashanalyzer.cpp78 static int have_swbreak_magic(const zx_thread_state_general_regs_t* regs) { argument
84 static int have_swbreak_magic(const zx_thread_state_general_regs_t* regs) { argument
90 static int have_swbreak_magic(const zx_thread_state_general_regs_t* regs) { argument
248 zx_thread_state_general_regs_t* regs = nullptr; local
[all...]
/fuchsia/zircon/system/dev/audio/gauss-tdm/
H A Dgauss-tdm-stream.cpp42 void *regs; local
/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dintel-hda-stream.cpp111 void IntelHDAStream::EnsureStopped(hda_stream_desc_regs_t* regs) { argument
126 void IntelHDAStream::Reset(hda_stream_desc_regs_t* regs) { argument
33 Create( Type type, uint16_t id, hda_stream_desc_regs_t* regs, const fbl::RefPtr<RefCountedBti>& pci_bti) argument
54 IntelHDAStream(Type type, uint16_t id, hda_stream_desc_regs_t* regs, const fbl::RefPtr<RefCountedBti>& pci_bti) argument
[all...]
/fuchsia/zircon/system/dev/light/ams-light/
H A Dtcs3400.cpp48 } regs[] = { local
/fuchsia/zircon/third_party/ulib/musl/include/bits/aarch64/
H A Dsignal.h20 unsigned long regs[31]; member in struct:sigcontext
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvmexit.cpp299 static const uint32_t* regs = reinterpret_cast<const uint32_t*>(kHypVendorId); local
/fuchsia/zircon/system/dev/display/intel-i915/
H A Dpipe.cpp197 registers::pipe_arming_regs_t regs; local
272 ConfigurePrimaryPlane(uint32_t plane_num, const primary_layer_t* primary, bool enable_csc, bool* scaler_1_claimed, registers::pipe_arming_regs_t* regs) argument
427 ConfigureCursorPlane(const cursor_layer_t* cursor, bool enable_csc, registers::pipe_arming_regs_t* regs) argument
[all...]
H A Ddp-display.cpp530 bool DpDisplay::DpcdReadPairedRegs(hwreg::RegisterBase<T, typename T::ValueType>* regs) { argument
/fuchsia/zircon/system/dev/gpio/aml-gxl-gpio/
H A Daml-gxl-gpio.c56 uint8_t regs[ALT_FUNCTION_MAX]; member in struct:__anon362
/fuchsia/zircon/system/dev/i2c/intel-i2c/
H A Dintel-i2c-controller.h131 intel_serialio_i2c_regs* regs; member in struct:intel_serialio_i2c_device
/fuchsia/zircon/system/utest/debugger/
H A Dutils.cpp82 void dump_gregs(zx_handle_t thread_handle, const zx_thread_state_general_regs_t* regs) { argument
125 zx_thread_state_general_regs_t regs; local
H A Ddebugger.cpp54 uint64_t extract_pc_reg(const zx_thread_state_general_regs_t* regs) { argument
62 uint64_t extract_sp_reg(const zx_thread_state_general_regs_t* regs) { argument
74 zx_thread_state_general_regs_t regs; local
104 zx_thread_state_general_regs_t regs; local
115 zx_thread_state_general_regs_t regs; local
648 zx_thread_state_general_regs_t regs; local
812 zx_thread_state_general_regs_t regs; local
[all...]
/fuchsia/zircon/system/dev/block/ahci/
H A Dahci.c55 ahci_port_reg_t* regs; member in struct:ahci_port
74 ahci_hba_t* regs; member in struct:ahci_device
[all...]
/fuchsia/zircon/system/dev/block/aml-sd-emmc/
H A Daml-sd-emmc.c53 aml_sd_emmc_regs_t* regs; member in struct:aml_sd_emmc_t
75 aml_sd_emmc_regs_t* regs = dev->regs; local
218 aml_sd_emmc_regs_t* regs = dev->regs; local
262 aml_sd_emmc_regs_t* regs = dev->regs; local
343 aml_sd_emmc_regs_t* regs = dev->regs; local
428 aml_sd_emmc_regs_t* regs = dev->regs; local
456 aml_sd_emmc_regs_t* regs = dev->regs; local
497 aml_sd_emmc_regs_t* regs = dev->regs; local
545 aml_sd_emmc_regs_t* regs = dev->regs; local
898 aml_sd_emmc_regs_t* regs = dev->regs; local
[all...]
/fuchsia/zircon/system/dev/block/imx-sdhci/
H A Dimx-sdhci.c104 volatile imx_sdhci_regs_t* regs; member in struct:imx_sdhci_device
318 volatile struct imx_sdhci_regs* regs = dev->regs; local
460 volatile struct imx_sdhci_regs* regs = dev->regs; local
600 volatile struct imx_sdhci_regs* regs = dev->regs; local
837 volatile struct imx_sdhci_regs* regs = dev->regs; local
[all...]
/fuchsia/zircon/system/dev/block/sdhci/
H A Dsdhci.c79 volatile sdhci_regs_t* regs; member in struct:sdhci_device
233 volatile struct sdhci_regs* regs = dev->regs; local
359 volatile struct sdhci_regs* regs = dev->regs; local
494 volatile struct sdhci_regs* regs = dev->regs; local
612 volatile struct sdhci_regs* regs = dev->regs; local
737 volatile struct sdhci_regs* regs = dev->regs; local
[all...]
/fuchsia/zircon/system/dev/misc/cpu-trace/
H A Dintel-pt.c836 zx_x86_pt_regs_t regs; local
881 zx_x86_pt_regs_t regs; local
[all...]
/fuchsia/zircon/system/utest/core/threads/
H A Dthreads.cpp87 zx_thread_state_general_regs regs; local
1003 zx_thread_state_general_regs_t regs; local
1021 zx_thread_state_fp_regs_t regs; local
1039 zx_thread_state_vector_regs_t regs; local
1142 zx_thread_state_general_regs_t regs; local
1168 zx_thread_state_fp_regs_t regs; local
1187 zx_thread_state_vector_regs_t regs; local
1231 zx_thread_state_general_regs_t regs; local
1306 zx_thread_state_general_regs_t regs; local
[all...]
/fuchsia/zircon/system/dev/usb/dwc2/
H A Ddwc2.c48 static volatile struct dwc_regs* regs = NULL; variable in typeref:struct:dwc_regs
[all...]
/fuchsia/zircon/system/ulib/intel-hda/include/intel-hda/utils/
H A Dintel-hda-registers.h133 hda_registers_t regs; member in struct:hda_all_registers
/fuchsia/zircon/system/utest/exception/
H A Dexception.c1002 zx_thread_state_general_regs_t regs; local

Completed in 169 milliseconds

12