/openbmc/linux/drivers/gpu/drm/ttm/tests/ |
H A D | ttm_pool_test.c | 251 pt = &pool->caching[caching].orders[order]; in ttm_pool_alloc_order_caching_match() 280 pt_pool = &pool->caching[pool_caching].orders[order]; in ttm_pool_alloc_caching_mismatch() 281 pt_tt = &pool->caching[tt_caching].orders[order]; in ttm_pool_alloc_caching_mismatch() 314 pt_pool = &pool->caching[caching].orders[order]; in ttm_pool_alloc_order_mismatch() 315 pt_tt = &pool->caching[caching].orders[0]; in ttm_pool_alloc_order_mismatch() 355 pt = &pool->caching[caching].orders[order]; in ttm_pool_free_dma_alloc() 386 pt = &pool->caching[caching].orders[order]; in ttm_pool_free_no_dma_alloc() 406 pt = &pool->caching[caching].orders[order]; in ttm_pool_fini_basic()
|
H A D | ttm_device_test.c | 179 pt = pool->caching[i].orders[j]; in ttm_device_init_pools()
|
/openbmc/linux/drivers/dma-buf/heaps/ |
H A D | system_heap.c | 54 static const unsigned int orders[] = {8, 4, 0}; variable 55 #define NUM_ORDERS ARRAY_SIZE(orders) 321 if (size < (PAGE_SIZE << orders[i])) in alloc_largest_available() 323 if (max_order < orders[i]) in alloc_largest_available() 326 page = alloc_pages(order_flags[i], orders[i]); in alloc_largest_available() 342 unsigned int max_order = orders[0]; in system_heap_allocate()
|
/openbmc/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_pool.c | 291 return &pool->caching[caching].orders[order]; in ttm_pool_select_type() 297 return &pool->caching[caching].orders[order]; in ttm_pool_select_type() 305 return &pool->caching[caching].orders[order]; in ttm_pool_select_type() 578 if (pt != &pool->caching[i].orders[j]) in ttm_pool_init() 604 if (pt != &pool->caching[i].orders[j]) in ttm_pool_fini() 740 ttm_pool_debugfs_orders(pool->caching[i].orders, m); in ttm_pool_debugfs()
|
/openbmc/linux/include/drm/ttm/ |
H A D | ttm_pool.h | 77 struct ttm_pool_type orders[NR_PAGE_ORDERS]; member
|
/openbmc/phosphor-power/cold-redundancy/ |
H A D | cold_redundancy.cpp | 250 std::vector<uint8_t> orders = {}; in createPSU() local 253 orders.push_back(psu->order); in createPSU()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-bayer.rst | 15 orders. See also `the Wikipedia article on Bayer filter
|
H A D | field-order.rst | 80 If multiple field orders are possible the 81 driver must choose one of the possible field orders during
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | glossary.txt | 29 a special operation that includes a load and which orders that 117 Fully Ordered: An operation such as smp_mb() that orders all of 120 that orders all of its CPU's prior accesses, itself, and 167 a special operation that includes a store and which orders that
|
H A D | recipes.txt | 232 The smp_store_release() macro orders any prior accesses against the 233 store, while the smp_load_acquire macro orders the load against any 273 smp_store_release(), but the rcu_dereference() macro orders the load only 310 The smp_wmb() macro orders prior stores against later stores, and the 311 smp_rmb() macro orders prior loads against later loads. Therefore, if
|
H A D | ordering.txt | 11 1. Barriers (also known as "fences"). A barrier orders some or 67 First, the smp_mb() full memory barrier orders all of the CPU's prior 115 synchronize_srcu() and so on. However, these primitives have orders
|
/openbmc/linux/Documentation/ |
H A D | atomic_t.txt | 194 smp_mb__before_atomic() orders all earlier accesses against the RMW op 195 itself and all accesses following it, and smp_mb__after_atomic() orders all 226 a RELEASE because it orders preceding instructions against both the read
|
/openbmc/qemu/target/arm/tcg/ |
H A D | vfp-uncond.decode | 31 # and a one-bit field which are assembled in different orders
|
H A D | vfp.decode | 31 # and a one-bit field which are assembled in different orders
|
/openbmc/qemu/target/ppc/translate/ |
H A D | misc-impl.c.inc | 107 * It separately also orders memory for operations in the set:
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | SGI-B-1.1 | 58 …orders applicable to dispositions of Covered Code, including without limitation export, re-export,…
|
H A D | Intel | 98 compliance with all laws, regulations, orders, or other restrictions of the
|
H A D | SGI-B-1.0 | 56 …orders, in connection with any and all dispositions of Covered Code, including but not limited to,…
|
H A D | Intel-ACPI | 34 …t/re-export of the software is in compliance with all laws, regulations, orders, or other restrict…
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-385-synology-ds116.dts | 53 * and takes single-character orders :
|
/openbmc/qemu/docs/devel/ |
H A D | secure-coding-practices.rst | 73 The guest may access device registers in unusual orders or at unexpected
|
/openbmc/linux/tools/virtio/virtio-trace/ |
H A D | README | 9 - controlled by start/stop orders from a Host
|
/openbmc/linux/tools/memory-model/ |
H A D | lock.cat | 8 * Generate coherence orders and handle lock operations
|
/openbmc/linux/Documentation/core-api/ |
H A D | genalloc.rst | 49 that state, so one of the first orders of business is usually to add memory
|
/openbmc/docs/designs/ |
H A D | boot-progress.md | 97 support them in different orders. This document does not try to set any
|