Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mm_context
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/include/asm/
H
A
D
mmu.h
10
#include <asm/
mm_context
.h>
12
typedef struct
mm_context
{
struct
21
extern long init_new_ldt(struct
mm_context
*to_mm, struct
mm_context
*from_mm);
22
extern void free_ldt(struct
mm_context
*mm);
/kernel/linux/linux-6.6/arch/um/include/asm/
H
A
D
mmu.h
10
#include <asm/
mm_context
.h>
12
typedef struct
mm_context
{
struct
21
extern long init_new_ldt(struct
mm_context
*to_mm, struct
mm_context
*from_mm);
22
extern void free_ldt(struct
mm_context
*mm);
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H
A
D
mmu.h
16
struct
mm_context
{
struct
22
typedef struct
mm_context
mm_context_t;
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
mmu.h
16
struct
mm_context
{
struct
22
typedef struct
mm_context
mm_context_t;
/kernel/linux/linux-6.6/arch/um/kernel/skas/
H
A
D
mmu.c
19
struct
mm_context
*from_mm = NULL;
in init_new_context()
20
struct
mm_context
*to_mm = &mm->context;
in init_new_context()
62
struct
mm_context
*mmu = &mm->context;
in destroy_context()
71
printk(KERN_ERR "corrupt
mm_context
- pid = %d\n",
in destroy_context()
/kernel/linux/linux-5.10/arch/um/kernel/skas/
H
A
D
mmu.c
60
struct
mm_context
*from_mm = NULL;
in init_new_context()
61
struct
mm_context
*to_mm = &mm->context;
in init_new_context()
149
struct
mm_context
*mmu = &mm->context;
in destroy_context()
158
printk(KERN_ERR "corrupt
mm_context
- pid = %d\n",
in destroy_context()
/kernel/linux/linux-5.10/arch/x86/um/
H
A
D
ldt.c
300
long init_new_ldt(struct
mm_context
*new_mm, struct
mm_context
*from_mm)
in init_new_ldt()
363
void free_ldt(struct
mm_context
*mm)
in free_ldt()
/kernel/linux/linux-6.6/arch/x86/um/
H
A
D
ldt.c
300
long init_new_ldt(struct
mm_context
*new_mm, struct
mm_context
*from_mm)
in init_new_ldt()
363
void free_ldt(struct
mm_context
*mm)
in free_ldt()
Completed in 3 milliseconds