Searched refs:overlaps (Results 1 – 8 of 8) sorted by relevance
/arch/powerpc/include/asm/ |
D | task_size_32.h | 6 #error User TASK_SIZE overlaps with KERNEL_START address
|
/arch/arm/boot/dts/ |
D | armada-385-linksys-caiman.dts | 103 /* kernel1 overlaps with rootfs1 by design */ 114 /* kernel2 overlaps with rootfs2 by design */
|
D | armada-385-linksys-shelby.dts | 103 /* kernel1 overlaps with rootfs1 by design */ 114 /* kernel2 overlaps with rootfs2 by design */
|
D | armada-385-linksys-cobra.dts | 103 /* kernel1 overlaps with rootfs1 by design */ 114 /* kernel2 overlaps with rootfs2 by design */
|
D | armada-385-linksys-rango.dts | 117 /* kernel1 overlaps with rootfs1 by design */ 128 /* kernel2 overlaps with rootfs2 by design */
|
D | armada-xp-linksys-mamba.dts | 357 /* kernel1 overlaps with rootfs1 by design */ 368 /* kernel2 overlaps with rootfs2 by design */
|
/arch/x86/mm/ |
D | pageattr.c | 380 static bool overlaps(unsigned long r1_start, unsigned long r1_end, in overlaps() function 397 if (pcibios_enabled && overlaps(spfn, epfn, BIOS_PFN, BIOS_PFN_END)) in protect_pci_bios() 423 if (kernel_set_to_readonly && overlaps(spfn, epfn, spfn_ro, epfn_ro)) in protect_rodata() 441 if (overlaps(start, end, t_start, t_end)) in protect_kernel_text() 463 if (!kernel_set_to_readonly || !overlaps(start, end, t_start, t_end)) in protect_kernel_text_ro()
|
/arch/x86/math-emu/ |
D | README | 136 destination of the 'movl' overlaps the FPU instruction then the bytes
|