OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mmu_gather
(Results
1 - 12
of
12
) sorted by null
/bionic/libc/kernel/common/asm-generic/
tlb.h
22
struct
mmu_gather
{
struct
/development/ndk/platforms/android-3/include/asm-generic/
tlb.h
22
struct
mmu_gather
{
struct
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
tlb.h
22
struct
mmu_gather
{
struct
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
tlb.h
22
struct
mmu_gather
{
struct
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
tlb.h
22
struct
mmu_gather
{
struct
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
tlb.h
22
struct
mmu_gather
{
struct
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
tlb.h
22
struct
mmu_gather
{
struct
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
tlb.h
22
struct
mmu_gather
{
struct
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm-generic/
tlb.h
22
struct
mmu_gather
{
struct
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm-generic/
tlb.h
22
struct
mmu_gather
{
struct
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/asm-generic/
tlb.h
22
struct
mmu_gather
{
struct
/external/kernel-headers/original/asm-generic/
tlb.h
36
/* struct
mmu_gather
is an opaque type used by the mm code for passing around
39
struct
mmu_gather
{
struct
48
DECLARE_PER_CPU(struct
mmu_gather
, mmu_gathers);
51
* Return a pointer to an initialized struct
mmu_gather
.
53
static inline struct
mmu_gather
*
56
struct
mmu_gather
*tlb = &get_cpu_var(mmu_gathers);
69
tlb_flush_mmu(struct
mmu_gather
*tlb, unsigned long start, unsigned long end)
86
tlb_finish_mmu(struct
mmu_gather
*tlb, unsigned long start, unsigned long end)
101
static inline void tlb_remove_page(struct
mmu_gather
*tlb, struct page *page)
Completed in 32 milliseconds