Searched refs:cvmx_bootmem_desc_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-bootmem.h115 /* First three members of cvmx_bootmem_desc_t are left in original
133 } cvmx_bootmem_desc_t; typedef in typeref:struct:__anon6995
462 int64_t cvmx_bootmem_phy_mem_list_init(uint64_t mem_size, uint32_t low_reserved_bytes, cvmx_bootmem_desc_t *desc_buffer);
H A Dcvmx-bootmem.c79 * This is the physical location of a cvmx_bootmem_desc_t
94 * This macro returns a member of the cvmx_bootmem_desc_t
99 * "field" is the member name of the cvmx_bootmem_desc_t to read.
105 offsetof(cvmx_bootmem_desc_t, field), \
106 SIZEOF_FIELD(cvmx_bootmem_desc_t, field))
109 * This macro writes a member of the cvmx_bootmem_desc_t
114 * "field" is the member name of the cvmx_bootmem_desc_t to write.
118 offsetof(cvmx_bootmem_desc_t, field), \
119 SIZEOF_FIELD(cvmx_bootmem_desc_t, field), value)
335 uint64_t lock_addr = (1ull << 63) | (cvmx_bootmem_desc_addr + offsetof(cvmx_bootmem_desc_t, loc
[all...]

Completed in 180 milliseconds