Home
last modified time | relevance | path

Searched refs:nesting_level (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/util/
H A Ddefer-call.c35 unsigned nesting_level; member
72 if (thread_state->nesting_level == 0) { in defer_call()
119 assert(thread_state->nesting_level < UINT32_MAX); in defer_call_begin()
121 thread_state->nesting_level++; in defer_call_begin()
134 assert(thread_state->nesting_level > 0); in defer_call_end()
136 if (--thread_state->nesting_level > 0) { in defer_call_end()
/openbmc/linux/drivers/acpi/acpica/
H A Ddbnames.c21 u32 nesting_level,
26 u32 nesting_level,
31 u32 nesting_level,
36 u32 nesting_level,
41 u32 nesting_level, void *context, void **return_value);
45 u32 nesting_level,
50 u32 nesting_level, void *context, void **return_value);
293 u32 nesting_level, in acpi_db_walk_and_match_name() argument
332 (void)acpi_ns_dump_one_object(obj_handle, nesting_level, &info, in acpi_db_walk_and_match_name()
397 u32 nesting_level, in acpi_db_walk_for_predefined_names() argument
[all …]
H A Dnsinit.c27 u32 nesting_level, void *context, void **return_value);
31 u32 nesting_level, void *context, void **return_value);
451 u32 nesting_level, void *context, void **return_value) in acpi_ns_find_ini_methods() argument
516 u32 nesting_level, void *context, void **return_value) in acpi_ns_init_one_device() argument
H A Ddbmethod.c22 u32 nesting_level, void *context, void **return_value);
449 u32 nesting_level, void *context, void **return_value) in acpi_db_walk_for_execute() argument
498 u32 nesting_level, in acpi_db_walk_for_execute_all() argument
H A Ddbtest.c23 u32 nesting_level, void *context, void **return_value);
52 u32 nesting_level,
241 u32 nesting_level, void *context, void **return_value) in acpi_db_test_one_object() argument
972 u32 nesting_level, in acpi_db_evaluate_one_predefined_name() argument
H A Ddbstats.c23 u32 nesting_level,
215 u32 nesting_level, in acpi_db_classify_one_object() argument
H A Dnsxfeval.c636 u32 nesting_level, in ACPI_EXPORT_SYMBOL()
740 status = info->user_function(obj_handle, nesting_level, in ACPI_EXPORT_SYMBOL()
H A Ddbexec.c32 u32 nesting_level, void *context, void **return_value);
293 u32 nesting_level, void *context, void **return_value) in acpi_db_execution_walk() argument
H A Ddbdisply.c28 u32 nesting_level,
1056 u32 nesting_level, in acpi_db_display_non_root_handlers() argument
H A Ddbcmds.c34 u32 nesting_level, void *context, void **return_value);
753 u32 nesting_level, void *context, void **return_value) in acpi_db_device_resources() argument
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c49 static int nesting_level; variable
143 return indent_string(nesting_level); in __efi_nesting()
148 return indent_string(nesting_level++); in __efi_nesting_inc()
153 return indent_string(--nesting_level); in __efi_nesting_dec()
1049 debug("%sEFI: new handle %p\n", indent_string(nesting_level), in efi_install_protocol_interface()
1052 debug("%sEFI: handle %p\n", indent_string(nesting_level), in efi_install_protocol_interface()
/openbmc/linux/include/acpi/
H A Dactypes.h1136 u32 nesting_level,
/openbmc/linux/drivers/cpufreq/
H A Dlonghaul.c668 u32 nesting_level, in longhaul_walk_callback() argument
/openbmc/linux/drivers/i2c/busses/
H A Di2c-i801.c1172 u32 nesting_level, in check_acpi_smo88xx_device() argument
/openbmc/linux/arch/x86/kvm/
H A Demulate.c1915 unsigned nesting_level = ctxt->src2.val & 31; in em_enter() local
1918 if (nesting_level) in em_enter()