Home
last modified time | relevance | path

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

/arch/tile/mm/
Dinit.c210 static pgprot_t __init construct_pgprot(pgprot_t prot, int home) in construct_pgprot() function
234 return construct_pgprot(PAGE_KERNEL, PAGE_HOME_HASH); in init_pgprot()
244 return construct_pgprot(PAGE_KERNEL_RO, PAGE_HOME_IMMUTABLE); in init_pgprot()
250 return construct_pgprot(PAGE_KERNEL, PAGE_HOME_HASH); in init_pgprot()
267 return construct_pgprot(PAGE_KERNEL, initial_heap_home()); in init_pgprot()
271 return construct_pgprot(PAGE_KERNEL, PAGE_HOME_HASH); in init_pgprot()
297 return construct_pgprot(PAGE_KERNEL, cpu); in init_pgprot()
517 pgprot_t prot = construct_pgprot(PAGE_KERNEL_EXEC, in kernel_physical_mapping_init()