Searched refs:Base (Results 26 - 50 of 56) sorted by relevance

123

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h268 UINT32 Base);
/haiku/headers/os/drivers/pcmcia/
H A Dcs.h52 u_long Base; member in struct:adjust_t::__anon268::memory
270 u_long Base; member in struct:win_req_t
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp471 areaInfo->fBase = area->Base();
495 addr_t Base() const function in struct:__anon2::AreaInfo
1191 header.p_vaddr = areaInfo->Base();
1210 status_t error = fFile.WriteUserArea(areaInfo->Base(),
1301 writer.Write(areaInfo->Base());
1302 writer.Write(areaInfo->Base() + areaInfo->Size());
1352 entry.na_base = areaInfo->Base();
/haiku/headers/os/interface/
H A DLayoutBuilder.h28 template<typename ParentBuilder> class Base;
38 class Base { class in namespace:BLayoutBuilder
40 inline Base();
53 class Group : public Base<ParentBuilder> {
133 class Grid : public Base<ParentBuilder> {
243 class Split : public Base<ParentBuilder> {
311 class Cards : public Base<ParentBuilder> {
368 class Menu : public Base<ParentBuilder> {
415 // #pragma mark - Base
419 Base<ParentBuilde function in class:BLayoutBuilder::Base
[all...]
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp330 (void*)area->Base(), ip - area->Base());
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp321 (void*)area->Base(), ip - area->Base());
/haiku/src/system/kernel/vm/
H A DVMTranslationMap.cpp95 addr_t address = area->Base();
H A DVMAddressSpace.cpp368 space->Base(), space->EndAddress(), areaCount, areaSize);
/haiku/headers/private/kernel/vm/
H A DVMArea.h126 addr_t Base() const { return fBase; } function in struct:VMArea
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp136 addr_t Base() const { return fInfo.base; } function in class:Aperture
619 addr_t start = base - Base();
658 addr_t start = base - Base();
980 *_apertureBase = aperture->Base();
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp418 (void*)area->Base(), ip - area->Base());
797 (void *)area->Base(), eip - area->Base());
/haiku/src/apps/diskprobe/
H A DProbeView.cpp125 base_type Base() const { return fBase; } function in class:HeaderView
1380 // Number Base (hex/decimal)
1382 subMenu = new BMenu(B_TRANSLATE_COMMENT("Base", "A menu item, the number "
1392 if (fHeaderView->Base() == kDecimalBase)
1401 if (fHeaderView->Base() == kHexBase)
1410 "This is in the same menu window than 'Base' and 'Font size'"));
1519 if (fDataView->Base() == kHexBase) {
1533 if (fDataView->Base() == kHexBase) {
1562 if (fDataView->Base() == kHexBase)
1604 if (fDataView->Base()
[all...]
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86VMTranslationMap32Bit.cpp512 X86VMTranslationMap32Bit::UnmapPages(area, area->Base(), area->Size(),
540 addr_t address = area->Base()
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86VMTranslationMap64Bit.cpp516 X86VMTranslationMap64Bit::UnmapPages(area, area->Base(), area->Size(),
543 addr_t address = area->Base()
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMVMTranslationMap32Bit.cpp529 ARMVMTranslationMap32Bit::UnmapPages(area, area->Base(), area->Size(),
557 addr_t address = area->Base()
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp188 dprintf("<%s> 0x%" B_PRIxADDR, area->name, pc - area->Base());
221 dprintf("<%s> 0x%" B_PRIxADDR, area->name, pc - area->Base());
H A Darch_vm.cpp197 base = area->Base();
H A DRISCV64VMTranslationMap.cpp547 area->name, area->Base(), area->Size(), deletingAddressSpace,
551 UnmapPages(area, area->Base(), area->Size(), true);
578 addr_t address = area->Base()
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp759 X86VMTranslationMapPAE::UnmapPages(area, area->Base(), area->Size(),
785 addr_t address = area->Base()
843 addr_t address = area->Base()
/haiku/src/system/kernel/slab/
H A DMemoryManager.cpp719 if (area != NULL && (addr_t)pages == area->Base())
783 if (area != NULL && (addr_t)address == area->Base())
1476 addr_t areaOffset = address - vmArea->Base();
1487 translationMap->Map(vmArea->Base() + offset,
1526 addr_t areaPageOffset = (address - vmArea->Base()) / B_PAGE_SIZE;
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c101 # define _itoa(Val, Buf, Base, Case) _itowa (Val, Buf, Base, Case)
102 # define _itoa_word(Val, Buf, Base, Case) _itowa_word (Val, Buf, Base, Case)
/haiku/headers/private/kernel/arch/arm64/
H A Darch_uart_linflex.h22 typedef union { /* LINFLEX LIN Control 1 (Base+0x0000) */
61 typedef union { /* LINFLEX LIN Interrupt Enable (Base+0x0004) */
86 typedef union { /* LINFLEX LIN Status (Base+0x0008) */
108 typedef union { /* LINFLEX LIN Error Status (Base+0x000C) */
129 typedef union { /* LINFLEX UART Mode Control (Base+0x0010) */
170 typedef union { /* LINFLEX UART Mode Status (Base+0x0014) */
207 typedef union { /* LINFLEX TimeOut Control Status ((Base+0x0018)*/
222 typedef union { /* LINFLEX LIN Output Compare (Base+0x001C) */
234 typedef union { /* LINFLEX LIN Timeout Control (Base+0x0020) */
258 typedef union { /* LINFLEX LIN Integer Baud Rate (Base
[all...]
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.cpp878 PPCVMTranslationMapClassic::UnmapPages(area, area->Base(), area->Size(),
906 addr_t address = area->Base()
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.cpp878 PPCVMTranslationMap460::UnmapPages(area, area->Base(), area->Size(),
906 addr_t address = area->Base()
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp650 M68KVMTranslationMap040::UnmapPages(area, area->Base(), area->Size(),
678 addr_t address = area->Base()

Completed in 219 milliseconds

123