mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-17 07:02:03 -06:00
hw/arm/smmuv3: Drop unused CDM_VALID() and is_cd_valid()
They were introduced in commit 9bde7f0674
("hw/arm/smmuv3: Implement
translate callback") but never actually used. Drop them.
Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Acked-by: Eric Auger <eric.auger@redhat.com>
Message-id: 20210325142702.790-1-yuzenghui@huawei.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
c8aaa24537
commit
6c1bd93954
1 changed files with 0 additions and 7 deletions
|
@ -595,13 +595,6 @@ static inline int pa_range(STE *ste)
|
||||||
#define CD_A(x) extract32((x)->word[1], 14, 1)
|
#define CD_A(x) extract32((x)->word[1], 14, 1)
|
||||||
#define CD_AARCH64(x) extract32((x)->word[1], 9 , 1)
|
#define CD_AARCH64(x) extract32((x)->word[1], 9 , 1)
|
||||||
|
|
||||||
#define CDM_VALID(x) ((x)->word[0] & 0x1)
|
|
||||||
|
|
||||||
static inline int is_cd_valid(SMMUv3State *s, STE *ste, CD *cd)
|
|
||||||
{
|
|
||||||
return CD_VALID(cd);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* tg2granule - Decodes the CD translation granule size field according
|
* tg2granule - Decodes the CD translation granule size field according
|
||||||
* to the ttbr in use
|
* to the ttbr in use
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue