Searched refs:skip_mask (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/pci/ |
D | pci_common.c | 146 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()
|
D | pci-uclass.c | 1179 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/ |
D | system.c | 57 int lock_securebits(uint64_t skip_mask, bool require_keep_caps) in lock_securebits() argument 92 securebits &= ~skip_mask; in lock_securebits()
|
D | system.h | 42 int lock_securebits(uint64_t skip_mask, bool require_keep_caps);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_pooling.h | 339 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()
|