mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-30 19:15:42 +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
		
	
	
		
			300 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			300 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * arch/openrisc/include/asm/processor.h:
 | |
|  * TASK_UNMAPPED_BASE      (TASK_SIZE / 8 * 3)
 | |
|  * TASK_SIZE               (0x80000000UL)
 | |
|  */
 | |
| #define TASK_UNMAPPED_BASE      0x30000000
 | |
| 
 | |
| /* arch/openrisc/include/asm/elf.h */
 | |
| #define ELF_ET_DYN_BASE         0x08000000
 | |
| 
 | |
| #include "../generic/target_mman.h"
 |