within            255 arch/x86/mm/pageattr.c 	if (within(pfn, BIOS_BEGIN >> PAGE_SHIFT, BIOS_END >> PAGE_SHIFT))
within            263 arch/x86/mm/pageattr.c 	if (within(address, (unsigned long)_text, (unsigned long)_etext))
within            270 arch/x86/mm/pageattr.c 	if (within(pfn, __pa((unsigned long)__start_rodata) >> PAGE_SHIFT,
within            660 arch/x86/mm/pageattr.c 	if (!(within(vaddr, PAGE_OFFSET,
within            663 arch/x86/mm/pageattr.c 		|| within(vaddr, PAGE_OFFSET + (1UL<<32),
within            684 arch/x86/mm/pageattr.c 	if (within(vaddr, (unsigned long) _text, (unsigned long) _end))
within            691 arch/x86/mm/pageattr.c 	if (!within(cpa->pfn, highmap_start_pfn(), highmap_end_pfn()))
within           3198 kernel/lockdep.c 			if (within(class->key, start, size))
within           3200 kernel/lockdep.c 			else if (within(class->name, start, size))
within           2357 kernel/module.c 	if (within(addr, mod->module_init, mod->init_size))
within           2405 kernel/module.c 		if (within(addr, mod->module_init, mod->init_size)
within           2406 kernel/module.c 		    || within(addr, mod->module_core, mod->core_size)) {
within           2428 kernel/module.c 		if (within(addr, mod->module_init, mod->init_size) ||
within           2429 kernel/module.c 		    within(addr, mod->module_core, mod->core_size)) {
within           2452 kernel/module.c 		if (within(addr, mod->module_init, mod->init_size) ||
within           2453 kernel/module.c 		    within(addr, mod->module_core, mod->core_size)) {
within           2649 kernel/module.c 		if (within(addr, mod->module_core, mod->core_size)) {
within           2670 kernel/module.c 		if (within(addr, mod->module_init, mod->init_text_size)
within           2671 kernel/module.c 		    || within(addr, mod->module_core, mod->core_text_size))