/openbmc/qemu/util/ |
H A D | defer-call.c | 35 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 D | dbnames.c | 21 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 D | nsinit.c | 27 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 D | dbmethod.c | 22 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 D | dbtest.c | 23 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 D | dbstats.c | 23 u32 nesting_level, 215 u32 nesting_level, in acpi_db_classify_one_object() argument
|
H A D | nsxfeval.c | 636 u32 nesting_level, in ACPI_EXPORT_SYMBOL() 740 status = info->user_function(obj_handle, nesting_level, in ACPI_EXPORT_SYMBOL()
|
H A D | dbexec.c | 32 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 D | dbdisply.c | 28 u32 nesting_level, 1056 u32 nesting_level, in acpi_db_display_non_root_handlers() argument
|
H A D | dbcmds.c | 34 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 D | efi_boottime.c | 49 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 D | actypes.h | 1136 u32 nesting_level,
|
/openbmc/linux/drivers/cpufreq/ |
H A D | longhaul.c | 668 u32 nesting_level, in longhaul_walk_callback() argument
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-i801.c | 1172 u32 nesting_level, in check_acpi_smo88xx_device() argument
|
/openbmc/linux/arch/x86/kvm/ |
H A D | emulate.c | 1915 unsigned nesting_level = ctxt->src2.val & 31; in em_enter() local 1918 if (nesting_level) in em_enter()
|