Home
last modified time | relevance | path

Searched refs:cvmx_write_io (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-fpa.h262 cvmx_write_io(newptr.u64, num_cache_lines); in cvmx_fpa_free_nosync()
284 cvmx_write_io(newptr.u64, num_cache_lines); in cvmx_fpa_free()
HDcvmx-key.h105 cvmx_write_io(ptr.u64, value); in cvmx_key_write()
HDcvmx-pow.h1696 cvmx_write_io(ptr.u64, tag_req.u64); in cvmx_pow_tag_sw_nocheck()
1801 cvmx_write_io(ptr.u64, tag_req.u64); in cvmx_pow_tag_sw_full_nocheck()
1875 cvmx_write_io(ptr.u64, tag_req.u64); in cvmx_pow_tag_sw_null_nocheck()
1960 cvmx_write_io(ptr.u64, tag_req.u64); in cvmx_pow_work_submit()
2138cvmx_write_io(ptr.u64, tag_req.u64); /* since TAG3 is used, this store will clear the local pendin… in cvmx_pow_tag_sw_desched_nocheck()
2235cvmx_write_io(ptr.u64, tag_req.u64); /* since TAG3 is used, this store will clear the local pendin… in cvmx_pow_desched()
HDcvmx-pko.h299 cvmx_write_io(ptr.u64, len); in cvmx_pko_doorbell()
745 cvmx_write_io(ptr.u64, len); in cvmx_pko_doorbell_pkoid()
HDcvmx-access.h127 CVMX_FUNCTION void cvmx_write_io(uint64_t io_addr, uint64_t val);
HDcvmx-access-native.h519 static inline void cvmx_write_io(uint64_t io_addr, uint64_t val) in cvmx_write_io() function