Home
last modified time | relevance | path

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

/arch/x86/include/arch/
A Dx86.h495 static inline uint64_t x86_read_gs_offset64(uintptr_t offset) { in x86_read_gs_offset64()
501 static inline void x86_write_gs_offset64(uintptr_t offset, uint64_t val) { in x86_write_gs_offset64()
505 static inline uint32_t x86_read_gs_offset32(uintptr_t offset) { in x86_read_gs_offset32()
511 static inline void x86_write_gs_offset32(uintptr_t offset, uint32_t val) { in x86_write_gs_offset32()
518 static inline void *x86_read_gs_offset_ptr(uintptr_t offset) { in x86_read_gs_offset_ptr()
521 static inline void x86_write_gs_offset_ptr(uintptr_t offset, void *val) { in x86_write_gs_offset_ptr()
525 static inline void *x86_read_gs_offset_ptr(uintptr_t offset) { in x86_read_gs_offset_ptr()
528 static inline void x86_write_gs_offset_ptr(uintptr_t offset, void *val) { in x86_write_gs_offset_ptr()

Completed in 9 milliseconds