Searched defs:context (Results 1 - 25 of 55) sorted by relevance

123

/fuchsia/zircon/kernel/lib/io/include/lib/
H A Dio.h22 void* context; member in struct:__print_callback
/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci-util.h13 xhci_command_context_t context; member in struct:__anon547
/fuchsia/zircon/system/utest/trace/
H A Drecord_tests.cpp25 auto context = trace::TraceContext::Acquire(); local
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Dfuchsia_i.h46 void* context; member in struct:unw_fuchsia_info
/fuchsia/zircon/kernel/lib/libc/
H A Deabi.c19 _Unwind_Reason_Code __aeabi_unwind_cpp_pr0(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context) argument
25 _Unwind_Reason_Code __aeabi_unwind_cpp_pr1(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context) argument
31 _Unwind_Reason_Code __aeabi_unwind_cpp_pr2(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context) argument
/fuchsia/zircon/system/uapp/tee-test/
H A Dtee-test.c21 TEEC_Context context; local
/fuchsia/zircon/system/uapp/trace-benchmark/
H A Dhandler.h63 auto context = trace::TraceProlongedContext::Acquire(); local
/fuchsia/zircon/system/ulib/trace-engine/include/trace-engine/
H A Dcontext.h78 trace_context_make_registered_string_copy( trace_context_t* context, const char* string, size_t length) argument
107 trace_context_make_registered_string_literal( trace_context_t* context, const char* string_literal) argument
200 trace_context_make_registered_thread( trace_context_t* context, zx_koid_t process_koid, zx_koid_t thread_koid) argument
[all...]
H A Dinstrumentation.h221 TraceContext(trace_context_t* context) argument
280 TraceProlongedContext(trace_prolonged_context_t* context) argument
[all...]
/fuchsia/zircon/third_party/ulib/backtrace/
H A Dbacktrace.c67 unwind (struct _Unwind_Context *context, void *vdata) argument
H A Dsimple.c62 simple_unwind (struct _Unwind_Context *context, void *vdata) argument
/fuchsia/zircon/kernel/lib/hypervisor/include/hypervisor/
H A Dguest_physical_address_space.h80 static inline zx_status_t guest_lookup_page(void* context, size_t offset, size_t index, argument
/fuchsia/zircon/kernel/lib/hypervisor/
H A Dcpu.cpp19 void* context; member in struct:__anon75::percpu_state
37 cpu_mask_t percpu_exec(percpu_task_t task, void* context) { argument
/fuchsia/zircon/kernel/arch/arm64/hypervisor/
H A Del2_cpu_state.cpp60 zx_status_t El2CpuState::OnTask(void* context, uint cpu_num) { argument
/fuchsia/zircon/kernel/arch/x86/
H A Dioport.cpp85 struct ioport_update_context* context = local
/fuchsia/zircon/kernel/dev/iommu/intel/
H A Dcontext_table_state.cpp94 zx_status_t ContextTableState::GetDeviceContext(ds::Bdf bdf, DeviceContext** context) { argument
69 CreateDeviceContext(ds::Bdf bdf, uint32_t domain_id, DeviceContext** context) argument
/fuchsia/zircon/system/dev/bus/acpi/
H A Dinit.c52 static ACPI_STATUS acpi_prw_walk(ACPI_HANDLE obj, UINT32 level, void* context, void** out_value) { argument
H A Ddebug.c173 acpi_get_pcie_devices_crs( ACPI_HANDLE object, UINT32 nesting_level, void* context, void** ret) argument
261 acpi_get_pcie_devices_irq( ACPI_HANDLE object, UINT32 nesting_level, void* context, void** ret) argument
321 acpi_debug_print_device_name( ACPI_HANDLE object, UINT32 nesting_level, void* context, void** ret) argument
H A Dpciroot.cpp47 static ACPI_STATUS pci_child_data_resources_callback(ACPI_RESOURCE* res, void* context) { argument
117 static zx_status_t pciroot_op_get_auxdata(void* context, const char* args, argument
178 static zx_status_t pciroot_op_get_bti(void* context, uint32_t bdf, uint32_t index, argument
17 find_pci_child_callback(ACPI_HANDLE object, uint32_t nesting_level, void* context, void** out_value) argument
67 pci_child_data_callback(ACPI_HANDLE object, uint32_t nesting_level, void* context, void** out_value) argument
/fuchsia/zircon/system/ulib/perftest/
H A Drunner.cpp172 trace_context_t* context = local
[all...]
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvmx_cpu_state.cpp88 static zx_status_t vmxon_task(void* context, cpu_num_t cpu_num) { argument
/fuchsia/zircon/kernel/include/kernel/
H A Dmp.h81 void* context; member in struct:mp_ipi_task
/fuchsia/zircon/kernel/object/
H A Dexcp_port.cpp281 arch_exception_context_t context; local
306 arch_exception_context_t context; local
334 arch_exception_context_t context; local
[all...]
H A Dexception.cpp146 exception_handler_worker(uint exception_type, arch_exception_context_t* context, ThreadDispatcher* thread, bool* out_processed) argument
204 dispatch_user_exception(uint exception_type, arch_exception_context_t* context) argument
/fuchsia/zircon/kernel/vm/
H A Dvm_object_physical.cpp142 Lookup(uint64_t offset, uint64_t len, uint pf_flags, vmo_lookup_fn_t lookup_fn, void* context) argument

Completed in 189 milliseconds

123