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:OsIrqCpupCB
(Results
1 - 6
of
6
) sorted by relevance
/kernel/liteos_a/shell/full/src/cmds/
H
A
D
hwi_shellcmd.c
45
#define IRQ_DATA_SZIE (sizeof(
OsIrqCpupCB
) * LOSCFG_KERNEL_CORE_NUM)
48
STATIC VOID ShellCmdHwiInfoShow(
OsIrqCpupCB
*irqData, CPUP_INFO_S *hwiCpup1s,
in ShellCmdHwiInfoShow()
52
OsIrqCpupCB
*irqDataBase = OsGetIrqCpupArrayBase();
in ShellCmdHwiInfoShow()
66
OsIrqCpupCB
*data = &irqData[cpu];
in ShellCmdHwiInfoShow()
107
OsIrqCpupCB
*irqData = (
OsIrqCpupCB
*)(irqCpup + IRQ_CPUP_ALL_INFO_SIZE);
in OsShellCmdHwi()
/kernel/liteos_m/components/debugtools/
H
A
D
los_hwidump.c
46
#define IRQ_DATA_SIZE sizeof(
OsIrqCpupCB
)
49
STATIC VOID ShellCmdHwiInfoShow(
OsIrqCpupCB
*irqData, CPUP_INFO_S *hwiCpup1s,
in ShellCmdHwiInfoShow()
59
OsIrqCpupCB
*irqDataBase = OsGetIrqCpupArrayBase();
in ShellCmdHwiInfoShow()
106
OsIrqCpupCB
*irqData = (
OsIrqCpupCB
*)(irqCpup + IRQ_CPUP_ALL_INFO_SIZE);
in HwiInfoDump()
/kernel/liteos_a/kernel/extended/cpup/
H
A
D
los_cpup_pri.h
66
}
OsIrqCpupCB
;
typedef
81
extern
OsIrqCpupCB
*OsGetIrqCpupArrayBase(VOID);
H
A
D
los_cpup.c
44
LITE_OS_SEC_BSS
OsIrqCpupCB
*g_irqCpup = NULL;
169
size = cpupMaxNum * sizeof(
OsIrqCpupCB
);
in OsCpupInit()
170
g_irqCpup = (
OsIrqCpupCB
*)LOS_MemAlloc(m_aucSysMem0, size);
in OsCpupInit()
548
OsIrqCpupCB
*irqCb = &g_irqCpup[(intNum * LOSCFG_KERNEL_CORE_NUM) + cpuid];
in OsCpupIrqEnd()
567
LITE_OS_SEC_TEXT_MINOR
OsIrqCpupCB
*OsGetIrqCpupArrayBase(VOID)
in OsGetIrqCpupArrayBase()
/kernel/liteos_m/components/cpup/
H
A
D
los_cpup.h
151
}
OsIrqCpupCB
;
typedef
379
extern
OsIrqCpupCB
*OsGetIrqCpupArrayBase(VOID);
H
A
D
los_cpup.c
73
LITE_OS_SEC_BSS
OsIrqCpupCB
*g_irqCpup = NULL;
154
size += LOSCFG_PLATFORM_HWI_LIMIT * sizeof(
OsIrqCpupCB
);
in OsCpupInit()
165
g_irqCpup = (
OsIrqCpupCB
*)(cpupMem + g_taskMaxNum * sizeof(OsCpupCB));
in OsCpupInit()
664
LITE_OS_SEC_TEXT_MINOR
OsIrqCpupCB
*OsGetIrqCpupArrayBase(VOID)
in OsGetIrqCpupArrayBase()
Completed in 4 milliseconds