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:hwrpb
(Results
1 - 25
of
77
) sorted by relevance
1
2
3
4
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
smp.c
33
#include <asm/
hwrpb
.h>
172
/* Wait until
hwrpb
->txrdy is clear for cpu. Return -1 on timeout. */
178
if (!(
hwrpb
->txrdy & cpumask))
in wait_for_txrdy()
183
if (!(
hwrpb
->txrdy & cpumask))
in wait_for_txrdy()
205
((char*)
hwrpb
in send_secondary_console_msg()
206
+
hwrpb
->processor_offset
in send_secondary_console_msg()
207
+ cpuid *
hwrpb
->processor_size);
in send_secondary_console_msg()
221
set_bit(cpuid, &
hwrpb
->rxrdy);
in send_secondary_console_msg()
238
unsigned long txrdy =
hwrpb
->txrdy;
in recv_secondary_console_msg()
254
((char*)
hwrpb
in recv_secondary_console_msg()
[all...]
H
A
D
setup.c
58
#include <asm/
hwrpb
.h>
67
struct hwrpb_struct *
hwrpb
;
variable
68
EXPORT_SYMBOL(
hwrpb
);
variable
319
(
hwrpb
->mddt_offset + (unsigned long)
hwrpb
);
in setup_memory()
404
(
hwrpb
->mddt_offset + (unsigned long)
hwrpb
);
in page_is_ram()
457
hwrpb
= (struct hwrpb_struct*) __va(INIT_HWRPB->phys_addr);
in setup_arch()
470
if ((long)
hwrpb
->sys_type < 0) {
in setup_arch()
471
hwrpb
in setup_arch()
[all...]
H
A
D
bugs.c
2
#include <asm/
hwrpb
.h>
13
cpu = (struct percpu_struct *)((char *)
hwrpb
+
hwrpb
->processor_offset);
in cpu_is_ev6_or_later()
H
A
D
sys_sx164.c
26
#include <asm/
hwrpb
.h>
132
((char*)
hwrpb
+
hwrpb
->processor_offset);
in sx164_init_arch()
H
A
D
err_common.c
14
#include <asm/
hwrpb
.h>
271
for (cpu = 0; cpu <
hwrpb
->nr_processors; cpu++) {
in cdl_check_console_data_log()
273
((unsigned long)
hwrpb
+
hwrpb
->processor_offset
in cdl_check_console_data_log()
274
+ cpu *
hwrpb
->processor_size);
in cdl_check_console_data_log()
H
A
D
sys_eb64p.c
27
#include <asm/
hwrpb
.h>
105
hwrpb
->sys_variation |= 2L << 10;
in eb64p_init_irq()
106
hwrpb_update_checksum(
hwrpb
);
in eb64p_init_irq()
H
A
D
time.c
40
#include <asm/
hwrpb
.h>
321
cpu = (struct percpu_struct *)((char*)
hwrpb
+
hwrpb
->processor_offset);
in validate_cc_value()
422
cycle_freq =
hwrpb
->cycle_freq;
in time_init()
444
if (
hwrpb
->nr_processors == 1)
in time_init()
H
A
D
console.c
74
u64 *pu64 = (u64 *)((u64)
hwrpb
+
hwrpb
->ctbt_offset);
in find_console_vga_hose()
H
A
D
process.c
40
#include <asm/
hwrpb
.h>
86
((unsigned long)
hwrpb
+
hwrpb
->processor_offset
in common_shutdown_1()
87
+
hwrpb
->processor_size * cpuid);
in common_shutdown_1()
153
the
hwrpb
bits above, we can't reliably halt the
in common_shutdown_1()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
smp.c
33
#include <asm/
hwrpb
.h>
172
/* Wait until
hwrpb
->txrdy is clear for cpu. Return -1 on timeout. */
178
if (!(
hwrpb
->txrdy & cpumask))
in wait_for_txrdy()
183
if (!(
hwrpb
->txrdy & cpumask))
in wait_for_txrdy()
205
((char*)
hwrpb
in send_secondary_console_msg()
206
+
hwrpb
->processor_offset
in send_secondary_console_msg()
207
+ cpuid *
hwrpb
->processor_size);
in send_secondary_console_msg()
221
set_bit(cpuid, &
hwrpb
->rxrdy);
in send_secondary_console_msg()
238
unsigned long txrdy =
hwrpb
->txrdy;
in recv_secondary_console_msg()
254
((char*)
hwrpb
in recv_secondary_console_msg()
[all...]
H
A
D
setup.c
58
#include <asm/
hwrpb
.h>
67
struct hwrpb_struct *
hwrpb
;
variable
68
EXPORT_SYMBOL(
hwrpb
);
variable
313
(
hwrpb
->mddt_offset + (unsigned long)
hwrpb
);
in setup_memory()
395
(
hwrpb
->mddt_offset + (unsigned long)
hwrpb
);
in page_is_ram()
448
hwrpb
= (struct hwrpb_struct*) __va(INIT_HWRPB->phys_addr);
in setup_arch()
461
if ((long)
hwrpb
->sys_type < 0) {
in setup_arch()
462
hwrpb
in setup_arch()
[all...]
H
A
D
bugs.c
2
#include <asm/
hwrpb
.h>
13
cpu = (struct percpu_struct *)((char *)
hwrpb
+
hwrpb
->processor_offset);
in cpu_is_ev6_or_later()
H
A
D
sys_sx164.c
26
#include <asm/
hwrpb
.h>
132
((char*)
hwrpb
+
hwrpb
->processor_offset);
in sx164_init_arch()
H
A
D
err_common.c
14
#include <asm/
hwrpb
.h>
271
for (cpu = 0; cpu <
hwrpb
->nr_processors; cpu++) {
in cdl_check_console_data_log()
273
((unsigned long)
hwrpb
+
hwrpb
->processor_offset
in cdl_check_console_data_log()
274
+ cpu *
hwrpb
->processor_size);
in cdl_check_console_data_log()
H
A
D
sys_eb64p.c
27
#include <asm/
hwrpb
.h>
105
hwrpb
->sys_variation |= 2L << 10;
in eb64p_init_irq()
106
hwrpb_update_checksum(
hwrpb
);
in eb64p_init_irq()
H
A
D
time.c
40
#include <asm/
hwrpb
.h>
321
cpu = (struct percpu_struct *)((char*)
hwrpb
+
hwrpb
->processor_offset);
in validate_cc_value()
422
cycle_freq =
hwrpb
->cycle_freq;
in time_init()
444
if (
hwrpb
->nr_processors == 1)
in time_init()
H
A
D
console.c
74
u64 *pu64 = (u64 *)((u64)
hwrpb
+
hwrpb
->ctbt_offset);
in find_console_vga_hose()
H
A
D
process.c
41
#include <asm/
hwrpb
.h>
87
((unsigned long)
hwrpb
+
hwrpb
->processor_offset
in common_shutdown_1()
88
+
hwrpb
->processor_size * cpuid);
in common_shutdown_1()
154
the
hwrpb
bits above, we can't reliably halt the
in common_shutdown_1()
/kernel/linux/linux-5.10/arch/alpha/mm/
H
A
D
init.c
28
#include <asm/
hwrpb
.h>
115
if (
hwrpb
->vptb != 0xfffffffe00000000UL) {
in switch_to_system_map()
117
hwrpb
->vptb = 0xfffffffe00000000UL;
in switch_to_system_map()
118
hwrpb_update_checksum(
hwrpb
);
in switch_to_system_map()
154
crb = (struct crb_struct *)((char *)
hwrpb
+
hwrpb
->crb_offset);
in callback_init()
158
if (srm_fixup(VMALLOC_START, (unsigned long)
hwrpb
))
in callback_init()
270
hwrpb
->vptb = 0x200000000UL;
in srm_paging_stop()
271
hwrpb_update_checksum(
hwrpb
);
in srm_paging_stop()
H
A
D
numa.c
19
#include <asm/
hwrpb
.h>
44
(
hwrpb
->mddt_offset + (unsigned long)
hwrpb
);
in show_mem_layout()
73
(
hwrpb
->mddt_offset + (unsigned long)
hwrpb
);
in setup_memory_node()
/kernel/linux/linux-6.6/arch/alpha/mm/
H
A
D
init.c
28
#include <asm/
hwrpb
.h>
115
if (
hwrpb
->vptb != 0xfffffffe00000000UL) {
in switch_to_system_map()
117
hwrpb
->vptb = 0xfffffffe00000000UL;
in switch_to_system_map()
118
hwrpb_update_checksum(
hwrpb
);
in switch_to_system_map()
154
crb = (struct crb_struct *)((char *)
hwrpb
+
hwrpb
->crb_offset);
in callback_init()
158
if (srm_fixup(VMALLOC_START, (unsigned long)
hwrpb
))
in callback_init()
267
hwrpb
->vptb = 0x200000000UL;
in srm_paging_stop()
268
hwrpb_update_checksum(
hwrpb
);
in srm_paging_stop()
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
gct.h
52
#define GCT_NODE_PTR(off) ((gct6_node *)((char *)
hwrpb
+ \
53
hwrpb
->frut_offset + \
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
gct.h
52
#define GCT_NODE_PTR(off) ((gct6_node *)((char *)
hwrpb
+ \
53
hwrpb
->frut_offset + \
/kernel/linux/linux-5.10/arch/alpha/boot/
H
A
D
bootp.c
18
#include <asm/
hwrpb
.h>
31
struct hwrpb_struct *
hwrpb
= INIT_HWRPB;
variable
H
A
D
main.c
16
#include <asm/
hwrpb
.h>
25
struct hwrpb_struct *
hwrpb
= INIT_HWRPB;
variable
Completed in 12 milliseconds
1
2
3
4