Home
last modified time | relevance | path

Searched refs:dt_offset (Results 1 – 1 of 1) sorted by relevance

/hypervisor/acpi_parser/
A Dacpi_ext.c55 static inline uint32_t get_acpi_dt_dword(const uint8_t *dt_addr, uint32_t dt_offset) in get_acpi_dt_dword() argument
57 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() argument
63 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() argument
73 struct packed_gas *dt_gas = (struct packed_gas *)(dt_addr + dt_offset); in get_acpi_dt_gas()

Completed in 17 milliseconds