Lines Matching refs:protocol
270 #define __efi64_argmap_handle_protocol(handle, protocol, interface) \ argument
271 ((handle), (protocol), efi64_zero_upper(interface))
273 #define __efi64_argmap_locate_protocol(protocol, reg, interface) \ argument
274 ((protocol), (reg), efi64_zero_upper(interface))
276 #define __efi64_argmap_locate_device_path(protocol, path, handle) \ argument
277 ((protocol), (path), efi64_zero_upper(handle))
283 #define __efi64_argmap_get_location(protocol, seg, bus, dev, func) \ argument
284 ((protocol), efi64_zero_upper(seg), efi64_zero_upper(bus), \
288 #define __efi64_argmap_load_file(protocol, path, policy, bufsize, buf) \ argument
289 ((protocol), (path), (policy), efi64_zero_upper(bufsize), (buf))
318 #define __efi64_argmap_get_memory_attributes(protocol, phys, size, flags) \ argument
319 ((protocol), __efi64_split(phys), __efi64_split(size), (flags))
321 #define __efi64_argmap_set_memory_attributes(protocol, phys, size, flags) \ argument
322 ((protocol), __efi64_split(phys), __efi64_split(size), __efi64_split(flags))
324 #define __efi64_argmap_clear_memory_attributes(protocol, phys, size, flags) \ argument
325 ((protocol), __efi64_split(phys), __efi64_split(size), __efi64_split(flags))