Searched refs:uint64 (Results 51 - 75 of 800) sorted by relevance

1234567891011>>

/haiku/headers/private/system/arch/riscv64/
H A Darch_real_time_data.h16 uint64 system_time_conversion_factor;
/haiku/headers/private/drivers/
H A Drandom.h18 status_t (*queue_randomness)(uint64 value);
/haiku/src/apps/haikudepot/model/
H A DAccessToken.h33 uint64 ExpiryTimestamp() const;
36 void SetExpiryTimestamp(uint64 value);
39 bool IsValid(uint64 currentTimestamp) const;
46 uint64 fExpiryTimestamp;
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNode.h31 Node(Volume* volume, uint64 blockIndex,
36 void SetBlockIndex(uint64 blockIndex);
41 virtual status_t Resize(uint64 newSize, bool fillWithZeroes,
52 inline uint64 BlockIndex() const { return fBlockIndex; }
55 inline uint64 ParentDirectory() const;
56 inline uint64 AttributeDirectory() const;
60 inline uint64 Size() const { return fNode.size; }
61 inline uint64 AccessedTime() const { return fAccessedTime; }
62 inline uint64 CreationTime() const;
63 inline uint64 ModificationTim
[all...]
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86PagingMethod64Bit.h54 inline uint64* KernelVirtualPMLTop() const
61 static uint64* PageDirectoryForAddress(uint64* virtualPML4,
67 static uint64* PageDirectoryEntryForAddress(
68 uint64* virtualPML4, addr_t virtualAddress,
73 static uint64* PageTableForAddress(uint64* virtualPML4,
79 static uint64* PageTableEntryForAddress(uint64* virtualPML4,
87 uint64* entr
[all...]
H A DX86PagingMethod64Bit.cpp64 fKernelVirtualPMLTop = (uint64*)(addr_t)args->arch_args.vir_pgdir;
72 memset(fKernelVirtualPMLTop, 0, sizeof(uint64) * 256);
132 uint64* virtualPML4 = fKernelVirtualPMLTop;
135 uint64* pml5e = &fKernelVirtualPMLTop[VADDR_TO_PML5E(virtualAddress)];
137 virtualPML4 = (uint64*)fKernelPhysicalPageMapper->GetPageTableAt(
142 uint64* pml4e = &virtualPML4[VADDR_TO_PML4E(virtualAddress)];
144 uint64* virtualPDPT = (uint64*)fKernelPhysicalPageMapper->GetPageTableAt(
148 uint64* pdpte = &virtualPDPT[VADDR_TO_PDPTE(virtualAddress)];
149 uint64* virtualPageDi
[all...]
/haiku/headers/private/file_systems/ram_disk/
H A Dram_disk.h26 uint64 size;
42 uint64 size;
/haiku/src/system/libroot/os/arch/sparc/
H A Dsystem_time.c22 static uint64 time_dilation_field = 0;
29 uint64 timeBase = __sparc_get_time_base();
/haiku/src/apps/haikudepot/util/
H A DLocaleUtils.h20 static BString TimestampToDateTimeString(uint64 millis);
21 static BString TimestampToDateString(uint64 millis);
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_cache.cpp15 uint64 sctlr = _arch_mmu_get_sctlr();
30 uint64 sctlr = _arch_mmu_get_sctlr();
/haiku/src/kits/debugger/dwarf/
H A DTypeUnit.h27 uint64 typeSignature,
31 uint64 Signature() const { return fSignature; }
47 uint64 fSignature;
53 uint64 signature;
57 TypeUnitTableEntry(uint64 signature, TypeUnit* unit)
67 typedef uint64 KeyType;
70 size_t HashKey(uint64 key) const
80 bool Compare(uint64 key, TypeUnitTableEntry* value) const
/haiku/headers/private/kernel/arch/arm64/
H A Darch_thread_types.h21 uint64 regs[14]; // x19-x30, sp, tpidr_el0
22 uint64 fp_regs[8]; // d8-d15
H A Darch_kernel_args.h23 uint64 phys_pgdir;
24 uint64 vir_pgdir;
25 uint64 next_pagetable;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.h25 status_t GetChangeInfo(uint64* change, bool attrDir = false);
33 status_t LookUp(const char* name, uint64* change, uint64* fileID,
41 ChangeInfo* toChange, uint64* fileID,
51 uint64* fileID, FileHandle* handle,
60 uint64 position, uint32* length, void* buffer,
63 uint64 position, uint32* length,
68 uint64* fileID, FileHandle* handle,
71 ChangeInfo* changeInfo, uint64* fileID);
74 OpenDirCookie* cookie, bool* eof, uint64* chang
[all...]
H A DReplyInterpreter.h45 uint64 fValue64;
75 status_t Create(uint64* before, uint64* after, bool& atomic);
79 status_t Link(uint64* before, uint64* after, bool& atomic);
81 status_t LockT(uint64* pos, uint64* len, LockType* type);
94 status_t ReadDir(uint64* cookie, uint64* cookieVerf,
97 status_t Remove(uint64* befor
[all...]
H A DOpenState.h25 uint64 fClientID;
48 status_t Reclaim(uint64 newClientID);
53 status_t _ReclaimOpen(uint64 newClientID);
54 status_t _ReclaimLocks(uint64 newClientID);
/haiku/src/kits/debugger/elf/
H A DElfSymbolLookup.h17 virtual ssize_t Read(uint64 address, void* buffer,
30 uint64 symbolTable, uint64 symbolHash,
31 uint64 stringTable, uint32 symbolCount,
33 uint64 textDelta, bool is64Bit,
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_smp_32.cpp56 copy_trampoline_code(uint64 trampolineCode, uint64 trampolineStack)
59 TRACE("size of trampoline code = %" PRIu64 " bytes\n", (uint64)&smp_trampoline_end - (uint64)&smp_trampoline);
61 (uint64)&smp_trampoline_end - (uint64)&smp_trampoline);
66 prepare_trampoline_args(uint64 trampolineCode, uint64 trampolineStack,
67 uint32 pagedir, uint64 kernelEntry, addr_t virtKernelArgs,
75 args->gdtr.base = (uint32)(uint64)arg
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DBPlusTree.h39 uint64 Blockno()
42 uint64 Lsn()
48 uint64 Owner()
64 uint64 bb_leftsib;
65 uint64 bb_rightsib;
68 uint64 bb_blkno;
69 uint64 bb_lsn;
71 uint64 bb_owner;
84 uint64 first;
85 uint64 secon
[all...]
H A DExtent.h50 virtual uint64 Blockno() = 0;
51 virtual uint64 Lsn() = 0;
52 virtual uint64 Owner() = 0;
76 uint64 Blockno();
77 uint64 Lsn();
78 uint64 Owner();
97 uint64 blkno;
98 uint64 lsn;
100 uint64 owner;
108 uint64 Blockn
[all...]
/haiku/headers/private/package/hpkg/v1/
H A DPackageReaderImpl.h43 uint64 HeapOffset() const;
44 uint64 HeapSize() const;
64 uint64 fTotalSize;
65 uint64 fHeapOffset;
66 uint64 fHeapSize;
79 inline uint64
86 inline uint64
/haiku/src/tests/system/kernel/
H A Dmtrr_power_test.c4 #define uint64 long long unsigned macro
8 nearest_powers(uint64 value, uint64 *lower, uint64 *upper)
10 uint64 power = 1UL << 12;
28 find_nearest(uint64 value, int iteration)
32 uint64 down, up;
56 uint64 length = 0xbfee0000; // 0xdfee0000; // 0x9ffb0000; //0xa7f00000; //0x70000000; //0xbfee0000;
57 uint64 base = 0;
/haiku/headers/private/kernel/boot/platform/efi/
H A Darch_smp.h35 void arch_smp_boot_other_cpus(uint64 satp, uint64 kernelEntry, addr_t virtKernelArgs);
37 void arch_smp_boot_other_cpus(uint32 pml4, uint64 kernelEntry, addr_t virtKernelArgs);
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dguid.h29 && *(uint64 *)data4 == *(uint64 *)other.data4;
39 || *(uint64 *)data4 != *(uint64 *)other.data4;
/haiku/headers/private/debugger/model/
H A DSyscallInfo.h17 uint64 returnValue,
23 uint64 returnValue,
29 uint64 ReturnValue() const { return fReturnValue; }
37 uint64 fReturnValue;

Completed in 220 milliseconds

1234567891011>>