Home
last modified time | relevance | path

Searched refs:runtime_end (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_memory.c612 unsigned long runtime_start, runtime_end, runtime_pages; in add_u_boot_and_runtime() local
636 runtime_end = (ulong)&__efi_runtime_stop; in add_u_boot_and_runtime()
637 runtime_end = (runtime_end + runtime_mask) & ~runtime_mask; in add_u_boot_and_runtime()
638 runtime_pages = (runtime_end - runtime_start) >> EFI_PAGE_SHIFT; in add_u_boot_and_runtime()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_pm.c55 static void runtime_end(struct intel_gt *gt) in runtime_end() function
107 runtime_end(gt); in __gt_park()