Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 20 of 20) sorted by relevance

/seL4-master/include/object/
A Duntyped.h27 #define GET_OFFSET_FREE_PTR(base, offset) ((void *)(((word_t)(base)) + (offset))) argument
28 #define OFFSET_TO_FREE_INDEX(offset) ((offset)>>seL4_MinUntypedBits) argument
A Dtcb.h29 unsigned int offset, word_t reg) in setMR()
/seL4-master/src/drivers/timer/
A Dgeneric_timer.c110 uint64_t offset = vcpu_read_reg(vcpu, seL4_VCPUReg_CNTVOFF); in restore_virt_timer() local
118 uint64_t offset = ((uint64_t)offset_high << 32) | (uint64_t) offset_low; in restore_virt_timer() local
/seL4-master/src/arch/x86/32/kernel/
A Delf.c51 BOOT_CODE void elf_load(Elf32_Header_t *elfFile, seL4_Word offset) in elf_load()
A Dvspace_32paging.c320 word_t offset; in readWordFromVSpace() local
/seL4-master/src/arch/x86/64/kernel/
A Delf.c49 BOOT_CODE void elf_load(Elf64_Header_t *elf, seL4_Word offset) in elf_load()
A Dvspace.c1544 word_t offset; in readWordFromVSpace() local
/seL4-master/src/plat/pc99/machine/
A Dintel-vtd.c93 static inline uint32_t vtd_read32(drhu_id_t drhu_id, uint32_t offset) in vtd_read32()
98 static inline void vtd_write32(drhu_id_t drhu_id, uint32_t offset, uint32_t value) in vtd_write32()
104 static inline uint64_t vtd_read64(drhu_id_t drhu_id, uint32_t offset) in vtd_read64()
109 static inline void vtd_write64(drhu_id_t drhu_id, uint32_t offset, uint64_t value) in vtd_write64()
/seL4-master/include/arch/arm/arch/32/mode/kernel/
A Dvspace.h27 unsigned int offset; member
/seL4-master/src/arch/arm/machine/
A Dgic_v2.c156 word_t offset = (IRQT_TO_IRQ(irq) % 16u) * 2; in setIRQTrigger() local
A Dgic_v3.c182 word_t offset; in gicr_locate_interface() local
/seL4-master/src/api/
A Dfaults.c30 lookup_fault_t luf, unsigned int offset) in setMRs_lookup_failure()
/seL4-master/src/kernel/
A Dcspace.c130 word_t capGuard, offset; in resolveAddressBits() local
/seL4-master/src/object/
A Duntyped.c241 word_t offset = FREE_INDEX_TO_OFFSET(cap_untyped_cap_get_capFreeIndex(prev_cap)); in resetUntypedCap() local
A Dcnode.c926 const int offset = seL4_MsgMaxLength + seL4_MsgMaxExtraCaps + 2; in loadCapTransfer() local
/seL4-master/tools/hardware/utils/
A Drule.py75 def set_kernel_offset(self, offset): argument
/seL4-master/src/arch/x86/kernel/
A Dvspace.c40 for (unsigned int offset = 0; offset < BIT(asidLowBits); offset++) { in deleteASIDPool() local
/seL4-master/src/arch/arm/32/kernel/
A Dvspace.c1280 unsigned int offset; in deleteASIDPool() local
2794 word_t offset; local
/seL4-master/src/arch/arm/64/kernel/
A Dvspace.c1419 word_t offset; in deleteASIDPool() local
2460 word_t offset; in readWordFromVSpace() local
/seL4-master/src/arch/x86/object/
A Dvcpu.c976 int offset = bit % (sizeof(word_t) * 8); in clear_bit() local

Completed in 74 milliseconds