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:sys_call_ptr_t
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
syscall.h
19
typedef long (*
sys_call_ptr_t
)(const struct pt_regs *);
typedef
20
extern const
sys_call_ptr_t
sys_call_table[];
27
extern const
sys_call_ptr_t
ia32_sys_call_table[];
31
extern const
sys_call_ptr_t
x32_sys_call_table[];
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
syscall.h
19
typedef long (*
sys_call_ptr_t
)(const struct pt_regs *);
typedef
20
extern const
sys_call_ptr_t
sys_call_table[];
29
extern const
sys_call_ptr_t
ia32_sys_call_table[];
30
extern const
sys_call_ptr_t
x32_sys_call_table[];
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
syscall.h
17
extern const
sys_call_ptr_t
sys_call_table[];
18
extern const
sys_call_ptr_t
sys_call_table_emu[];
H
A
D
processor.h
45
typedef long (*
sys_call_ptr_t
)(struct pt_regs *regs);
typedef
167
const
sys_call_ptr_t
*sys_call_table; /* system call table address */
/kernel/linux/linux-5.10/arch/x86/um/asm/
H
A
D
syscall.h
8
typedef asmlinkage long (*
sys_call_ptr_t
)(unsigned long, unsigned long,
typedef
/kernel/linux/linux-6.6/arch/x86/um/asm/
H
A
D
syscall.h
8
typedef asmlinkage long (*
sys_call_ptr_t
)(unsigned long, unsigned long,
typedef
/kernel/linux/linux-5.10/arch/x86/entry/
H
A
D
syscall_32.c
18
__visible const
sys_call_ptr_t
ia32_sys_call_table[__NR_ia32_syscall_max+1] = {
H
A
D
syscall_64.c
20
asmlinkage const
sys_call_ptr_t
sys_call_table[__NR_syscall_max+1] = {
H
A
D
syscall_x32.c
34
asmlinkage const
sys_call_ptr_t
x32_sys_call_table[__NR_x32_syscall_max+1] = {
/kernel/linux/linux-6.6/arch/x86/entry/
H
A
D
syscall_x32.c
16
asmlinkage const
sys_call_ptr_t
x32_sys_call_table[] = {
H
A
D
syscall_64.c
16
asmlinkage const
sys_call_ptr_t
sys_call_table[] = {
H
A
D
syscall_32.c
23
__visible const
sys_call_ptr_t
ia32_sys_call_table[] = {
/kernel/linux/linux-6.6/arch/x86/um/
H
A
D
sys_call_table_64.c
29
const
sys_call_ptr_t
sys_call_table[] ____cacheline_aligned = {
H
A
D
sys_call_table_32.c
34
const
sys_call_ptr_t
sys_call_table[] ____cacheline_aligned = {
/kernel/linux/linux-5.10/arch/x86/um/
H
A
D
sys_call_table_32.c
37
const
sys_call_ptr_t
sys_call_table[] ____cacheline_aligned = {
H
A
D
sys_call_table_64.c
50
const
sys_call_ptr_t
sys_call_table[] ____cacheline_aligned = {
Completed in 6 milliseconds