Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/
H A Dsetup.c79 static struct resource code_resource = { variable
220 request_resource(res, &code_resource); in __add_active_range()
295 code_resource.start = virt_to_phys(_text); in setup_arch()
296 code_resource.end = virt_to_phys(_etext)-1; in setup_arch()