Lines Matching refs:address
18 - we have "real address spaces" and "anonymous address spaces". The
19 difference is that an anonymous address space doesn't care about the
21 anonymous address space we just leave the previous address space
24 The obvious use for a "anonymous address space" is any thread that
32 - "tsk->mm" points to the "real address space". For an anonymous process,
34 really doesn't _have_ a real address space at all.
36 - however, we obviously need to keep track of which address space we
38 which shows what the currently active address space is.
40 The rule is that for a process with a real address space (ie tsk->mm is
46 anonymous process gets scheduled away, the borrowed address space is
50 "mm_users" counter that is how many "real address space users" there are,
56 actually get cases where you have a address space that is _only_ used by