mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 08:08:51 +01:00 
			
		
		
		
	Fixed MTP to work with TWRP
This commit is contained in:
		
						commit
						f6dfaef42e
					
				
					 50820 changed files with 20846062 additions and 0 deletions
				
			
		
							
								
								
									
										26
									
								
								arch/x86/xen/mmu.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								arch/x86/xen/mmu.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,26 @@ | |||
| #ifndef _XEN_MMU_H | ||||
| 
 | ||||
| #include <linux/linkage.h> | ||||
| #include <asm/page.h> | ||||
| 
 | ||||
| enum pt_level { | ||||
| 	PT_PGD, | ||||
| 	PT_PUD, | ||||
| 	PT_PMD, | ||||
| 	PT_PTE | ||||
| }; | ||||
| 
 | ||||
| 
 | ||||
| bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn); | ||||
| 
 | ||||
| void set_pte_mfn(unsigned long vaddr, unsigned long pfn, pgprot_t flags); | ||||
| 
 | ||||
| pte_t xen_ptep_modify_prot_start(struct mm_struct *mm, unsigned long addr, pte_t *ptep); | ||||
| void  xen_ptep_modify_prot_commit(struct mm_struct *mm, unsigned long addr, | ||||
| 				  pte_t *ptep, pte_t pte); | ||||
| 
 | ||||
| unsigned long xen_read_cr2_direct(void); | ||||
| 
 | ||||
| extern void xen_init_mmu_ops(void); | ||||
| extern void xen_hvm_init_mmu_ops(void); | ||||
| #endif	/* _XEN_MMU_H */ | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228