/arch/x86/lib/ |
D | Makefile | 27 CFLAGS_cmdline.o := -fno-stack-protector -fno-jump-tables 35 $(obj)/inat-tables.c: $(inat_tables_script) $(inat_tables_maps) 38 $(obj)/inat.o: $(obj)/inat-tables.c 40 clean-files := inat-tables.c
|
D | .gitignore | 2 inat-tables.c
|
/arch/powerpc/platforms/powernv/ |
D | npu-dma.c | 142 if (npe->table_group.tables[num2]) in pnv_npu_set_window() 176 if (!npe->table_group.tables[num]) in pnv_npu_unset_window() 191 pnv_pci_unlink_table_and_group(npe->table_group.tables[num], in pnv_npu_unset_window() 212 if (npe->table_group.tables[0]) { in pnv_npu_take_ownership() 326 table_group->tables[num] = iommu_tce_table_get(tbl); in pnv_npu_peers_set_window() 343 WARN_ON(npucomp->table_group.tables[num] != in pnv_npu_peers_unset_window() 344 table_group->tables[num]); in pnv_npu_peers_unset_window() 345 if (!npucomp->table_group.tables[num]) in pnv_npu_peers_unset_window() 360 if (!npucomp->table_group.tables[num]) in pnv_npu_peers_unset_window() 367 num, table_group->tables[num]); in pnv_npu_peers_unset_window() [all …]
|
D | pci-ioda-tce.c | 397 if (table_group->tables[i] == tbl) { in pnv_pci_unlink_table_and_group() 399 table_group->tables[i] = NULL; in pnv_pci_unlink_table_and_group() 424 table_group->tables[num] = iommu_tce_table_get(tbl); in pnv_pci_link_table_and_group()
|
/arch/arm64/ |
D | Makefile | 56 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables 57 KBUILD_AFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables
|
/arch/x86/boot/compressed/ |
D | acpi.c | 96 if (!esd->tables) { in kexec_get_rsdp_addr() 113 return __efi_get_rsdp_addr((unsigned long)esd->tables, systab->nr_tables, true); in kexec_get_rsdp_addr() 157 config_tables = stbl->tables; in efi_get_rsdp_addr() 162 config_tables = stbl->tables; in efi_get_rsdp_addr()
|
/arch/x86/tools/ |
D | Makefile | 37 …x86/include/asm/inat.h $(srctree)/arch/x86/include/asm/insn.h $(objtree)/arch/x86/lib/inat-tables.c 39 …x86/include/asm/inat.h $(srctree)/arch/x86/include/asm/insn.h $(objtree)/arch/x86/lib/inat-tables.c
|
/arch/x86/mm/ |
D | mem_encrypt_identity.c | 254 unsigned long entries = 0, tables = 0; in sme_pgtable_calc() local 282 tables += DIV_ROUND_UP(entries, PGDIR_SIZE) * sizeof(p4d_t) * PTRS_PER_P4D; in sme_pgtable_calc() 283 tables += DIV_ROUND_UP(entries, P4D_SIZE) * sizeof(pud_t) * PTRS_PER_PUD; in sme_pgtable_calc() 284 tables += DIV_ROUND_UP(entries, PUD_SIZE) * sizeof(pmd_t) * PTRS_PER_PMD; in sme_pgtable_calc() 286 return entries + tables; in sme_pgtable_calc()
|
/arch/x86/xen/ |
D | efi.c | 42 .tables = EFI_INVALID_TABLE_ADDR /* Initialized later. */ 62 efi_systab_xen.tables = info->cfg.addr; in xen_efi_probe()
|
/arch/riscv/ |
D | Makefile | 80 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables
|
/arch/x86/events/intel/ |
D | pt.h | 76 struct list_head tables; member
|
/arch/x86/platform/efi/ |
D | efi.c | 379 efi_config_table = (unsigned long)data->tables; in efi_systab_init() 382 data->tables > U32_MAX; in efi_systab_init() 387 efi_config_table = systab64->tables; in efi_systab_init() 390 systab64->tables > U32_MAX; in efi_systab_init() 398 efi_config_table = systab32->tables; in efi_systab_init()
|
D | quirks.c | 504 int __init efi_reuse_config(u64 tables, int nr_tables) in efi_reuse_config() argument 530 p = tablep = early_memremap(tables, nr_tables * sz); in efi_reuse_config()
|
/arch/alpha/ |
D | Makefile | 16 cflags-y += $(call cc-option, -fno-jump-tables)
|
/arch/arm/crypto/ |
D | Kconfig | 96 since it uses lookup tables. However, as countermeasures it 97 disables IRQs and preloads the tables; it is hoped this makes 115 This implementation does not rely on any lookup tables so it is
|
/arch/powerpc/platforms/pseries/ |
D | iommu.c | 73 table_group->tables[0] = tbl; in iommu_pseries_alloc_group() 90 tbl = table_group->tables[0]; in iommu_pseries_free_group() 637 tbl = pci->table_group->tables[0]; in pci_dma_bus_setup_pSeries() 719 tbl = ppci->table_group->tables[0]; in pci_dma_bus_setup_pSeriesLP() 749 tbl = PCI_DN(dn)->table_group->tables[0]; in pci_dma_dev_setup_pSeries() 766 PCI_DN(dn)->table_group->tables[0]); in pci_dma_dev_setup_pSeries() 1332 tbl = pci->table_group->tables[0]; in pci_dma_dev_setup_pSeriesLP() 1344 set_iommu_table_base(&dev->dev, pci->table_group->tables[0]); in pci_dma_dev_setup_pSeriesLP()
|
/arch/s390/ |
D | Makefile | 29 KBUILD_CFLAGS_DECOMPRESSOR += -fno-asynchronous-unwind-tables 134 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables $(cfi)
|
/arch/x86/include/asm/ |
D | efi.h | 150 extern int __init efi_reuse_config(u64 tables, int nr_tables); 160 u64 tables; member
|
/arch/x86/realmode/rm/ |
D | Makefile | 77 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
|
/arch/arm64/kernel/vdso/ |
D | Makefile | 40 CFLAGS_vgettimeofday.o = -O2 -mcmodel=tiny -fasynchronous-unwind-tables
|
/arch/x86/um/vdso/ |
D | Makefile | 44 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
|
/arch/arm/boot/dts/ |
D | exynos5422-odroidxu3-lite.dts | 36 * Therefore we need to update OPPs tables and thermal maps accordingly.
|
/arch/mips/vdso/ |
D | Makefile | 34 -fno-stack-protector -fno-jump-tables -DDISABLE_BRANCH_PROFILING \ 35 $(call cc-option, -fno-asynchronous-unwind-tables)
|
/arch/x86/ |
D | Makefile | 183 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables 195 KBUILD_CFLAGS += $(call cc-option,-fno-jump-tables)
|
/arch/arc/ |
D | Makefile | 66 cflags-$(CONFIG_ARC_DW2_UNWIND) += -fasynchronous-unwind-tables $(cfi)
|