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:MAKE_MM_SEG
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
segment.h
25
#define
MAKE_MM_SEG
(s) ((mm_segment_t) { (s) })
macro
31
#define USER_DS
MAKE_MM_SEG
(__USER_DS)
32
#define KERNEL_DS
MAKE_MM_SEG
(__KERNEL_DS)
49
#define USER_DS
MAKE_MM_SEG
(TASK_SIZE)
50
#define KERNEL_DS
MAKE_MM_SEG
(0xFFFFFFFF)
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
segment.h
13
#define
MAKE_MM_SEG
(s) ((mm_segment_t) { (s) })
macro
15
#define KERNEL_DS
MAKE_MM_SEG
(0)
16
#define USER_DS
MAKE_MM_SEG
(TASK_SIZE)
/kernel/linux/linux-5.10/arch/x86/um/asm/
H
A
D
segment.h
15
#define
MAKE_MM_SEG
(s) ((mm_segment_t) { (s) })
macro
16
#define KERNEL_DS
MAKE_MM_SEG
(~0UL)
17
#define USER_DS
MAKE_MM_SEG
(TASK_SIZE)
/kernel/linux/linux-5.10/arch/h8300/include/asm/
H
A
D
segment.h
23
#define
MAKE_MM_SEG
(s) ((mm_segment_t) { (s) })
macro
24
#define USER_DS
MAKE_MM_SEG
(__USER_DS)
25
#define KERNEL_DS
MAKE_MM_SEG
(__KERNEL_DS)
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
segment.h
11
#define
MAKE_MM_SEG
(s) ((mm_segment_t) { (s) })
macro
20
#define KERNEL_DS
MAKE_MM_SEG
(0xFFFFFFFFUL)
22
#define USER_DS
MAKE_MM_SEG
(PAGE_OFFSET)
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H
A
D
uaccess.h
31
# define
MAKE_MM_SEG
(s) ((mm_segment_t) { (s) })
macro
34
# define KERNEL_DS
MAKE_MM_SEG
(0)
37
# define KERNEL_DS
MAKE_MM_SEG
(0xFFFFFFFF)
38
# define USER_DS
MAKE_MM_SEG
(TASK_SIZE - 1)
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H
A
D
uaccess.h
25
#define
MAKE_MM_SEG
(s) ((mm_segment_t) { (s) })
macro
26
#define USER_DS
MAKE_MM_SEG
(0x80000000UL)
27
#define KERNEL_DS
MAKE_MM_SEG
(0)
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
uaccess.h
100
#define
MAKE_MM_SEG
(s) ((mm_segment_t) { (s) })
macro
103
#define KERNEL_DS
MAKE_MM_SEG
(~0UL)
107
#define USER_DS
MAKE_MM_SEG
(TASK_SIZE - 1)
/kernel/linux/linux-5.10/arch/sh/kernel/
H
A
D
irq.c
130
irqctx->tinfo.addr_limit =
MAKE_MM_SEG
(0);
in irq_ctx_init()
138
irqctx->tinfo.addr_limit =
MAKE_MM_SEG
(0);
in irq_ctx_init()
/kernel/linux/linux-6.6/arch/sh/kernel/
H
A
D
irq.c
131
irqctx->tinfo.addr_limit =
MAKE_MM_SEG
(0);
in irq_ctx_init()
139
irqctx->tinfo.addr_limit =
MAKE_MM_SEG
(0);
in irq_ctx_init()
/kernel/linux/linux-5.10/arch/m68k/sun3/
H
A
D
mmu_emu.c
194
set_fs(
MAKE_MM_SEG
(3));
in mmu_emu_init()
/kernel/linux/linux-5.10/arch/m68k/kernel/
H
A
D
traps.c
187
set_fs(
MAKE_MM_SEG
(wbs));
in probe040()
208
set_fs(
MAKE_MM_SEG
(wbs));
in do_040writeback1()
Completed in 5 milliseconds