OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__cpu_flush_user_tlb_range
(Results
1 - 1
of
1
) sorted by null
/external/kernel-headers/original/asm-arm/
tlbflush.h
158
#define
__cpu_flush_user_tlb_range
cpu_tlb.flush_user_range
macro
163
#define
__cpu_flush_user_tlb_range
__glue(_TLB,_flush_user_tlb_range)
macro
166
extern void
__cpu_flush_user_tlb_range
(unsigned long, unsigned long, struct vm_area_struct *);
399
#define local_flush_tlb_range(vma,start,end)
__cpu_flush_user_tlb_range
(start,end,vma)
Completed in 88 milliseconds