Searched refs:dt_offset (Results 1 – 1 of 1) sorted by relevance
55 static inline uint32_t get_acpi_dt_dword(const uint8_t *dt_addr, uint32_t dt_offset) in get_acpi_dt_dword() argument57 return *(uint32_t *)(dt_addr + dt_offset); in get_acpi_dt_dword()61 static inline uint64_t get_acpi_dt_qword(const uint8_t *dt_addr, uint32_t dt_offset) in get_acpi_dt_qword() argument63 return *(uint64_t *)(dt_addr + dt_offset); in get_acpi_dt_qword()71 static inline void get_acpi_dt_gas(const uint8_t *dt_addr, uint32_t dt_offset, struct acrn_acpi_gen… in get_acpi_dt_gas() argument73 struct packed_gas *dt_gas = (struct packed_gas *)(dt_addr + dt_offset); in get_acpi_dt_gas()
Completed in 17 milliseconds