Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/mm/
H A Dioremap.c36 unsigned long gran_base, gran_size; in ioremap_prot() local
54 gran_base = GRANULEROUNDDOWN(phys_addr); in ioremap_prot()
55 gran_size = GRANULEROUNDUP(phys_addr + size) - gran_base; in ioremap_prot()
56 if (efi_mem_attribute(gran_base, gran_size) & EFI_MEMORY_WB) in ioremap_prot()
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dcleanup.c625 unsigned long gran_base, chunk_base, lose_base; in mtrr_print_out_one_result() local
628 gran_base = to_size_factor(result[i].gran_sizek, &gran_factor); in mtrr_print_out_one_result()
634 gran_base, gran_factor, chunk_base, chunk_factor); in mtrr_print_out_one_result()