Home
last modified time | relevance | path

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

/arch/x86/kernel/
A Dshstk.c105 unsigned long mapped_addr, unused; in alloc_shstk() local
111 mapped_addr = do_mmap(NULL, addr, size, PROT_READ, flags, in alloc_shstk()
115 if (!set_res_tok || IS_ERR_VALUE(mapped_addr)) in alloc_shstk()
118 if (create_rstor_token(mapped_addr + token_offset, NULL)) { in alloc_shstk()
119 vm_munmap(mapped_addr, size); in alloc_shstk()
124 return mapped_addr; in alloc_shstk()
/arch/arm64/mm/
A Dgcs.c17 unsigned long mapped_addr, unused; in alloc_gcs() local
23 mapped_addr = do_mmap(NULL, addr, size, PROT_READ, flags, in alloc_gcs()
27 return mapped_addr; in alloc_gcs()

Completed in 5 milliseconds