commit | db2c9aad021f486842d187d761a9bc868795cd49 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Fri May 07 14:50:30 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 07 10:48:40 2021 -0400 |
tree | 90fcf2541a1902a7a3be3ec425ffbeb517c8f9b9 | |
parent | e11c9089666cf7700ec05565d4069012a789b116 [diff] |
lmb: add lmb_is_reserved_flags Add a new function lmb_is_reserved_flags to check if an address is reserved with a specific flags. This function can be used to check if an address was reserved with no-map flags with: lmb_is_reserved_flags(lmb, addr, LMB_NOMAP); Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>