Searched refs:hwFuncs (Results 1 – 3 of 3) sorted by relevance
77 auto hwFuncs = get_address_space_device_hw_funcs(); in TEST_F() local80 int allocRes = hwFuncs->allocSharedHostRegion(4096, nullptr); in TEST_F()85 allocRes = hwFuncs->allocSharedHostRegion(4096, &offset); in TEST_F()89 int freeRes = hwFuncs->freeSharedHostRegion(offset); in TEST_F()93 freeRes = hwFuncs->freeSharedHostRegion(offset); in TEST_F()100 auto hwFuncs = get_address_space_device_hw_funcs(); in TEST_F() local101 auto physStart = hwFuncs->getPhysAddrStart(); in TEST_F()107 auto hwFuncs = get_address_space_device_hw_funcs(); in TEST_F() local110 int allocRes = hwFuncs->allocSharedHostRegionLocked(4096, nullptr); in TEST_F()115 allocRes = hwFuncs->allocSharedHostRegionLocked(4096, &offset); in TEST_F()[all …]
555 const AddressSpaceHwFuncs* hwFuncs) { in address_space_set_hw_funcs() argument557 sAddressSpaceHwFuncs = hwFuncs; in address_space_set_hw_funcs()
107 const struct AddressSpaceHwFuncs* hwFuncs);