Lines Matching refs:phys_size_t
16 phys_addr_t ram_base, phys_size_t ram_size, in check_lmb()
18 phys_addr_t base1, phys_size_t size1, in check_lmb()
19 phys_addr_t base2, phys_size_t size2, in check_lmb()
20 phys_addr_t base3, phys_size_t size3) in check_lmb()
55 const phys_size_t ram_size, const phys_addr_t ram0, in test_multi_alloc()
56 const phys_size_t ram0_size, in test_multi_alloc()
225 const phys_size_t ram_size = 0x20000000; in test_bigblock()
226 const phys_size_t big_block_size = 0x10000000; in test_bigblock()
293 const phys_size_t ram_size = 0x20000000; in test_noreserved()
385 const phys_size_t ram_size = 0x20000000; in lib_test_lmb_at_0()
426 const phys_size_t ram_size = 0x20000000; in lib_test_lmb_overlapping_reserve()
467 const phys_size_t ram_size = 0x20000000; in test_alloc_addr()
469 const phys_size_t alloc_addr_a = ram + 0x8000000; in test_alloc_addr()
470 const phys_size_t alloc_addr_b = ram + 0x8000000 * 2; in test_alloc_addr()
471 const phys_size_t alloc_addr_c = ram + 0x8000000 * 3; in test_alloc_addr()
595 const phys_size_t ram_size = 0x20000000; in test_get_unreserved_size()
597 const phys_size_t alloc_addr_a = ram + 0x8000000; in test_get_unreserved_size()
598 const phys_size_t alloc_addr_b = ram + 0x8000000 * 2; in test_get_unreserved_size()
599 const phys_size_t alloc_addr_c = ram + 0x8000000 * 3; in test_get_unreserved_size()
602 phys_size_t s; in test_get_unreserved_size()