Searched hist:abfd6fe0cd535d31ee83b668be6eb59ce6a8469d (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | io-pgtable.h | diff abfd6fe0cd535d31ee83b668be6eb59ce6a8469d Tue Jul 02 10:44:41 CDT 2019 Will Deacon <will@kernel.org> iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()
The ->tlb_add_flush() callback in the io-pgtable API now looks a bit silly:
- It takes a size and a granule, which are always the same - It takes a 'bool leaf', which is always true - It only ever flushes a single page
With that in mind, replace it with an optional ->tlb_add_page() callback that drops the useless parameters.
Signed-off-by: Will Deacon <will@kernel.org>
|
/openbmc/linux/drivers/iommu/ |
H A D | io-pgtable-arm-v7s.c | diff abfd6fe0cd535d31ee83b668be6eb59ce6a8469d Tue Jul 02 10:44:41 CDT 2019 Will Deacon <will@kernel.org> iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()
The ->tlb_add_flush() callback in the io-pgtable API now looks a bit silly:
- It takes a size and a granule, which are always the same - It takes a 'bool leaf', which is always true - It only ever flushes a single page
With that in mind, replace it with an optional ->tlb_add_page() callback that drops the useless parameters.
Signed-off-by: Will Deacon <will@kernel.org>
|
H A D | msm_iommu.c | diff abfd6fe0cd535d31ee83b668be6eb59ce6a8469d Tue Jul 02 10:44:41 CDT 2019 Will Deacon <will@kernel.org> iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()
The ->tlb_add_flush() callback in the io-pgtable API now looks a bit silly:
- It takes a size and a granule, which are always the same - It takes a 'bool leaf', which is always true - It only ever flushes a single page
With that in mind, replace it with an optional ->tlb_add_page() callback that drops the useless parameters.
Signed-off-by: Will Deacon <will@kernel.org>
|
H A D | io-pgtable-arm.c | diff abfd6fe0cd535d31ee83b668be6eb59ce6a8469d Tue Jul 02 10:44:41 CDT 2019 Will Deacon <will@kernel.org> iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()
The ->tlb_add_flush() callback in the io-pgtable API now looks a bit silly:
- It takes a size and a granule, which are always the same - It takes a 'bool leaf', which is always true - It only ever flushes a single page
With that in mind, replace it with an optional ->tlb_add_page() callback that drops the useless parameters.
Signed-off-by: Will Deacon <will@kernel.org>
|
H A D | ipmmu-vmsa.c | diff abfd6fe0cd535d31ee83b668be6eb59ce6a8469d Tue Jul 02 10:44:41 CDT 2019 Will Deacon <will@kernel.org> iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()
The ->tlb_add_flush() callback in the io-pgtable API now looks a bit silly:
- It takes a size and a granule, which are always the same - It takes a 'bool leaf', which is always true - It only ever flushes a single page
With that in mind, replace it with an optional ->tlb_add_page() callback that drops the useless parameters.
Signed-off-by: Will Deacon <will@kernel.org>
|
H A D | mtk_iommu.c | diff abfd6fe0cd535d31ee83b668be6eb59ce6a8469d Tue Jul 02 10:44:41 CDT 2019 Will Deacon <will@kernel.org> iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()
The ->tlb_add_flush() callback in the io-pgtable API now looks a bit silly:
- It takes a size and a granule, which are always the same - It takes a 'bool leaf', which is always true - It only ever flushes a single page
With that in mind, replace it with an optional ->tlb_add_page() callback that drops the useless parameters.
Signed-off-by: Will Deacon <will@kernel.org>
|
/openbmc/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_mmu.c | diff abfd6fe0cd535d31ee83b668be6eb59ce6a8469d Tue Jul 02 10:44:41 CDT 2019 Will Deacon <will@kernel.org> iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()
The ->tlb_add_flush() callback in the io-pgtable API now looks a bit silly:
- It takes a size and a granule, which are always the same - It takes a 'bool leaf', which is always true - It only ever flushes a single page
With that in mind, replace it with an optional ->tlb_add_page() callback that drops the useless parameters.
Signed-off-by: Will Deacon <will@kernel.org>
|