OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegisterTable
(Results
1 - 19
of
19
) sorted by null
/external/perfetto/src/trace_processor/
android_logs_table.cc
25
void AndroidLogsTable::
RegisterTable
(sqlite3* db, const TraceStorage* storage) {
counter_values_table.cc
25
void CounterValuesTable::
RegisterTable
(sqlite3* db,
instants_table.cc
29
void InstantsTable::
RegisterTable
(sqlite3* db, const TraceStorage* storage) {
counter_definitions_table.cc
30
void CounterDefinitionsTable::
RegisterTable
(sqlite3* db,
sql_stats_table.cc
34
void SqlStatsTable::
RegisterTable
(sqlite3* db, const TraceStorage* storage) {
stats_table.cc
27
void StatsTable::
RegisterTable
(sqlite3* db, const TraceStorage* storage) {
string_table.cc
35
void StringTable::
RegisterTable
(sqlite3* db, const TraceStorage* storage) {
process_table.cc
35
void ProcessTable::
RegisterTable
(sqlite3* db, const TraceStorage* storage) {
slice_table.cc
27
void SliceTable::
RegisterTable
(sqlite3* db, const TraceStorage* storage) {
thread_table.cc
35
void ThreadTable::
RegisterTable
(sqlite3* db, const TraceStorage* storage) {
window_operator_table.cc
30
void WindowOperatorTable::
RegisterTable
(sqlite3* db,
args_table.cc
27
void ArgsTable::
RegisterTable
(sqlite3* db, const TraceStorage* storage) {
sched_slice_table.cc
25
void SchedSliceTable::
RegisterTable
(sqlite3* db, const TraceStorage* storage) {
raw_table.cc
44
void RawTable::
RegisterTable
(sqlite3* db, const TraceStorage* storage) {
span_join_operator_table.cc
60
void SpanJoinOperatorTable::
RegisterTable
(sqlite3* db,
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
CpuS3Data.c
155
CPU_REGISTER_TABLE *
RegisterTable
;
233
// Allocate buffer for empty
RegisterTable
and PreSmmInitRegisterTable for all CPUs
236
RegisterTable
= (CPU_REGISTER_TABLE *)AllocateAcpiNvsMemoryBelow4G (TableSize);
237
ASSERT (
RegisterTable
!= NULL);
246
RegisterTable
[Index].InitialApicId = (UINT32)ProcessorInfoBuffer.ProcessorId;
247
RegisterTable
[Index].TableLength = 0;
248
RegisterTable
[Index].AllocatedSize = 0;
249
RegisterTable
[Index].RegisterTableEntry = NULL;
251
RegisterTable
[NumberOfCpus + Index].InitialApicId = (UINT32)ProcessorInfoBuffer.ProcessorId;
252
RegisterTable
[NumberOfCpus + Index].TableLength = 0;
[
all
...]
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/
AcpiCpuData.h
142
EFI_PHYSICAL_ADDRESS
RegisterTable
;
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
QNCInit.c
44
CPU_REGISTER_TABLE
RegisterTable
;
163
AcpiCpuData->
RegisterTable
= (EFI_PHYSICAL_ADDRESS) (UINTN) &AcpiCpuDataEx->
RegisterTable
;
195
// No
RegisterTable
entries
197
AcpiCpuDataEx->
RegisterTable
.TableLength = 0;
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h
407
///
RegisterTable
- Registers the given pointer as an exception table. It
409
void
RegisterTable
(const Function *fn, void* res) {
Completed in 713 milliseconds