mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 da2b71fab6
			
		
	
	
		da2b71fab6
		
	
	
	
	
		
			
			Copy each guest kernel's default value, then bound it against reserved_va or the host address space. Tested-by: Helge Deller <deller@gmx.de> Reviewed-by: Helge Deller <deller@gmx.de> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
		
			
				
	
	
		
			12 lines
		
	
	
		
			323 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			323 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * arch/nios2/include/asm/processor.h:
 | |
|  * TASK_UNMAPPED_BASE         PAGE_ALIGN(TASK_SIZE / 3)
 | |
|  * TASK_SIZE                  0x7FFF0000UL
 | |
|  */
 | |
| #define TASK_UNMAPPED_BASE    TARGET_PAGE_ALIGN(0x7FFF0000 / 3)
 | |
| 
 | |
| /* arch/nios2/include/asm/elf.h */
 | |
| #define ELF_ET_DYN_BASE       0xD0000000
 | |
| 
 | |
| #include "../generic/target_mman.h"
 |