Lines Matching refs:protocol
265 #define __efi64_argmap_handle_protocol(handle, protocol, interface) \ argument
266 ((handle), (protocol), efi64_zero_upper(interface))
268 #define __efi64_argmap_locate_protocol(protocol, reg, interface) \ argument
269 ((protocol), (reg), efi64_zero_upper(interface))
271 #define __efi64_argmap_locate_device_path(protocol, path, handle) \ argument
272 ((protocol), (path), efi64_zero_upper(handle))
278 #define __efi64_argmap_get_location(protocol, seg, bus, dev, func) \ argument
279 ((protocol), efi64_zero_upper(seg), efi64_zero_upper(bus), \
283 #define __efi64_argmap_load_file(protocol, path, policy, bufsize, buf) \ argument
284 ((protocol), (path), (policy), efi64_zero_upper(bufsize), (buf))
313 #define __efi64_argmap_get_memory_attributes(protocol, phys, size, flags) \ argument
314 ((protocol), __efi64_split(phys), __efi64_split(size), (flags))
316 #define __efi64_argmap_set_memory_attributes(protocol, phys, size, flags) \ argument
317 ((protocol), __efi64_split(phys), __efi64_split(size), __efi64_split(flags))
319 #define __efi64_argmap_clear_memory_attributes(protocol, phys, size, flags) \ argument
320 ((protocol), __efi64_split(phys), __efi64_split(size), __efi64_split(flags))
323 #define __efi64_argmap_get_next(protocol, smbioshandle, type, record, phandle) \ argument
324 ((protocol), (smbioshandle), (type), efi64_zero_upper(record), \