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:dtl_entry
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
dtl.c
23
struct
dtl_entry
*buf;
48
static void (*dtl_consumer)(struct
dtl_entry
*entry, u64 index);
52
struct
dtl_entry
*write_ptr;
53
struct
dtl_entry
*buf;
54
struct
dtl_entry
*buf_end;
65
static void consume_dtle(struct
dtl_entry
*dtle, u64 index)
in consume_dtle()
68
struct
dtl_entry
*wp = dtlr->write_ptr;
in consume_dtle()
184
struct
dtl_entry
*buf = NULL;
in dtl_enable()
267
if ((len % sizeof(struct
dtl_entry
)) != 0)
in dtl_file_read()
273
n_req = len / sizeof(struct
dtl_entry
);
in dtl_file_read()
[all...]
H
A
D
lpar.c
89
struct
dtl_entry
*dtl;
in alloc_dtl_buffers()
121
struct
dtl_entry
*dtl;
in register_dtl_buffer()
362
struct
dtl_entry
dtle;
in process_dtl_buffer()
364
struct
dtl_entry
*dtl = local_paca->dispatch_log + (i % N_DISPATCH_LOG);
in process_dtl_buffer()
365
struct
dtl_entry
*dtl_end = local_paca->dispatch_log_end;
in process_dtl_buffer()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
dtl.c
22
struct
dtl_entry
*buf;
42
struct
dtl_entry
*write_ptr;
43
struct
dtl_entry
*buf;
44
struct
dtl_entry
*buf_end;
55
static void consume_dtle(struct
dtl_entry
*dtle, u64 index)
in consume_dtle()
58
struct
dtl_entry
*wp = dtlr->write_ptr;
in consume_dtle()
174
struct
dtl_entry
*buf = NULL;
in dtl_enable()
257
if ((len % sizeof(struct
dtl_entry
)) != 0)
in dtl_file_read()
263
n_req = len / sizeof(struct
dtl_entry
);
in dtl_file_read()
294
read_size * sizeof(struct
dtl_entry
));
in dtl_file_read()
[all...]
H
A
D
lpar.c
86
struct
dtl_entry
*dtl;
in alloc_dtl_buffers()
118
struct
dtl_entry
*dtl;
in register_dtl_buffer()
359
struct
dtl_entry
dtle;
in process_dtl_buffer()
361
struct
dtl_entry
*dtl = local_paca->dispatch_log + (i % N_DISPATCH_LOG);
in process_dtl_buffer()
362
struct
dtl_entry
*dtl_end = local_paca->dispatch_log_end;
in process_dtl_buffer()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
dtl.h
10
struct
dtl_entry
{
struct
24
#define N_DISPATCH_LOG (DISPATCH_LOG_BYTES / sizeof(struct
dtl_entry
))
46
extern void (*dtl_consumer)(struct
dtl_entry
*entry, u64 index);
H
A
D
paca.h
96
struct
dtl_entry
*dispatch_log;
97
struct
dtl_entry
*dispatch_log_end;
231
struct
dtl_entry
*dtl_curr; /* pointer corresponding to dtl_ridx */
H
A
D
kvm_host.h
84
struct
dtl_entry
;
806
struct
dtl_entry
*dtl_ptr;
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
dtl.h
10
struct
dtl_entry
{
struct
24
#define N_DISPATCH_LOG (DISPATCH_LOG_BYTES / sizeof(struct
dtl_entry
))
H
A
D
paca.h
102
struct
dtl_entry
*dispatch_log;
103
struct
dtl_entry
*dispatch_log_end;
239
struct
dtl_entry
*dtl_curr; /* pointer corresponding to dtl_ridx */
H
A
D
kvm_host.h
84
struct
dtl_entry
;
812
struct
dtl_entry
*dtl_ptr;
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
time.c
152
void (*dtl_consumer)(struct
dtl_entry
*, u64);
187
struct
dtl_entry
*dtl = local_paca->dtl_curr;
in scan_dispatch_log()
188
struct
dtl_entry
*dtl_end = local_paca->dispatch_log_end;
in scan_dispatch_log()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv.c
545
if (len < sizeof(struct
dtl_entry
))
in do_h_register_vpa()
547
len -= len % sizeof(struct
dtl_entry
);
in do_h_register_vpa()
695
struct
dtl_entry
*dt;
in kvmppc_create_dtl_entry()
714
memset(dt, 0, sizeof(struct
dtl_entry
));
in kvmppc_create_dtl_entry()
2038
if (addr && (len < sizeof(struct
dtl_entry
) ||
in kvmppc_set_one_reg_hv()
2041
len -= len % sizeof(struct
dtl_entry
);
in kvmppc_set_one_reg_hv()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv.c
589
if (len < sizeof(struct
dtl_entry
))
in do_h_register_vpa()
591
len -= len % sizeof(struct
dtl_entry
);
in do_h_register_vpa()
743
struct
dtl_entry
*dt;
in __kvmppc_create_dtl_entry()
2589
if (addr && (len < sizeof(struct
dtl_entry
) ||
in kvmppc_set_one_reg_hv()
2592
len -= len % sizeof(struct
dtl_entry
);
in kvmppc_set_one_reg_hv()
Completed in 26 milliseconds