Home
last modified time | relevance | path

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

/external/u-boot/drivers/pci/
Dpci_common.c146 unsigned long skip_mask, in __pci_hose_bus_to_phys() argument
158 if (res->flags & skip_mask) in __pci_hose_bus_to_phys()
205 unsigned long skip_mask, in __pci_hose_phys_to_bus() argument
218 if (res->flags & skip_mask) in __pci_hose_phys_to_bus()
Dpci-uclass.c1179 unsigned long skip_mask, phys_addr_t *pa) in _dm_pci_bus_to_phys() argument
1196 if (res->flags & skip_mask) in _dm_pci_bus_to_phys()
1240 unsigned long flags, unsigned long skip_mask, in _dm_pci_phys_to_bus() argument
1264 if (res->flags & skip_mask) in _dm_pci_phys_to_bus()
/external/minijail/
Dsystem.c57 int lock_securebits(uint64_t skip_mask, bool require_keep_caps) in lock_securebits() argument
92 securebits &= ~skip_mask; in lock_securebits()
Dsystem.h42 int lock_securebits(uint64_t skip_mask, bool require_keep_caps);
/external/tensorflow/tensorflow/core/kernels/
Deigen_pooling.h339 Packet skip_mask = in reducePacketWithType() local
341 (*accum) = padd<Packet>(*accum, psel(p, pset1<Packet>(0), skip_mask)); in reducePacketWithType()
343 packetCount_, psel(pset1<Packet>(1), pset1<Packet>(0), skip_mask)); in reducePacketWithType()