HomeSort by: relevance | last modified time | path
    Searched refs:tables (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/sys/arch/i386/stand/
Makefile.inc 12 OPT_SIZE.gcc= -Os -ffreestanding -fomit-frame-pointer -fno-unwind-tables \
13 -fno-asynchronous-unwind-tables -fno-exceptions -mno-sse \
  /src/sys/stand/efiboot/bootaa64/
Makefile 16 COPTS+= -mgeneral-regs-only -mlittle-endian -fno-jump-tables
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu_v12_0.c 292 struct smu_table *tables = NULL; local in function:smu_v12_0_init_smc_tables
294 if (smu_table->tables)
297 tables = kcalloc(SMU_TABLE_COUNT, sizeof(struct smu_table),
299 if (!tables)
302 smu_table->tables = tables;
304 return smu_tables_init(smu, tables);
311 if (!smu_table->tables)
315 kfree(smu_table->tables);
318 smu_table->tables = NULL
    [all...]
  /src/sys/dev/dm/
dm_table.c 111 return &head->tables[id];
165 tbl = &head->tables[id];
197 tbl = &head->tables[id];
200 * Find out what tables I want to select.
249 tbl = &head->tables[id];
252 * Find out what tables I want to select.
291 tbl = &head->tables[id];
312 /* Initialize tables. */
313 SLIST_INIT(&head->tables[0]);
314 SLIST_INIT(&head->tables[1])
    [all...]
  /src/sys/arch/ia64/ia64/
mainbus.c 76 int tables, i; local in function:mainbus_attach
87 tables = (UINT64 *)((char *)xsdt + xsdt->Header.Length) -
90 for (i = 0; i < tables; i++) {
  /src/distrib/arc/ramdisk/
Makefile 11 DBG= -Os -mmemcpy -fno-unwind-tables
  /src/distrib/dreamcast/ramdisk/
Makefile 11 DBG= -Os -fno-unwind-tables
  /src/distrib/sparc/ramdisk/
Makefile 16 DBG= ${${ACTIVE_CC} == "clang":? -Oz -fomit-frame-pointer -fno-unwind-tables : -Os }
  /src/lib/libkern/
Makefile 18 COPTS+= -fno-unwind-tables
  /src/sys/arch/evbarm/stand/bootimx23/
Makefile 10 CFLAGS+= -Wall -Wno-main -ffreestanding -fno-unwind-tables
  /src/sys/stand/efiboot/bootarm/
Makefile 16 COPTS+= -ffreestanding -fno-unwind-tables
  /src/distrib/next68k/ramdisk/
Makefile 11 DBG= -Os -fno-unwind-tables
  /src/sys/arch/ia64/acpi/
madt.c 128 int t, tables; local in function:ia64_probe_sapics
137 tables = (UINT64 *)((char *)xsdt + xsdt->Header.Length) -
140 for (t = 0; t < tables; t++) {
228 int cpus, t, tables; local in function:ia64_count_cpus
236 tables = (UINT64 *)((char *)xsdt + xsdt->Header.Length) -
241 for (t = 0; t < tables; t++) {
  /src/sys/dev/ic/
siop_common.c 249 /* prepare tables before sending a cmd */
340 struct siop_common_xfer *tables = siop_cmd->siop_tables; local in function:siop_wdtr_neg
344 switch (tables->msg_in[3]) {
368 tables->msg_in[3]);
369 tables->t_msgout.count = siop_htoc32(sc, 1);
370 tables->msg_out[0] = MSG_MESSAGE_REJECT;
373 tables->id = siop_htoc32(sc, sc->targets[target]->id);
390 if (tables->msg_in[3] >= MSG_EXT_WDTR_BUS_16_BIT
398 tables->id = siop_htoc32(sc, sc->targets[target]->id);
420 struct siop_common_xfer *tables = siop_cmd->siop_tables local in function:siop_ppr_neg
529 struct siop_common_xfer *tables = siop_cmd->siop_tables; local in function:siop_sdtr_neg
    [all...]
  /src/distrib/evbppc/ramdisk/
Makefile 11 DBG= ${${ACTIVE_CC} == "clang":? -Oz -fomit-frame-pointer : -Os } -fno-unwind-tables
  /src/distrib/x68k/floppies/ramdisk/
Makefile 13 DBG= -Os -fno-unwind-tables
  /src/sys/arch/sun68k/stand/libsa/
Makefile 22 COPTS= -Os -fno-defer-pop -ffreestanding -fno-unwind-tables
  /src/sys/external/bsd/gnu-efi/dist/gnuefi/
Makefile 50 # on aarch64, avoid jump tables before all relocations have been processed
51 reloc_aarch64.o: CFLAGS += -fno-jump-tables
  /src/distrib/sun2/ramdisk/
Makefile 12 DBG= -Os -fno-unwind-tables -fno-ident
15 #-fno-jump-tables
  /src/distrib/ews4800mips/floppies/ramdisk/
Makefile 11 DBG= -Os -mmemcpy -fno-unwind-tables
  /src/sys/arch/acorn32/doc/
bootoptions 55 maxproc= Specify the maximum in-core processes (L1 page tables)
  /src/sys/arch/evbarm/stand/boot2440/
Makefile 13 CFLAGS+= -Wall -Wno-main -ffreestanding -fno-unwind-tables
  /src/sys/arch/shark/stand/ofwboot/
Makefile 40 CFLAGS+= -fno-unwind-tables
  /src/sys/arch/zaurus/stand/zboot/
Makefile 20 CFLAGS+= -fno-unwind-tables
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
CMakeLists.txt 24 # -gline-tables-only must be enough for these tests, so use it if possible.
26 list(APPEND INTERCEPTION_TEST_CFLAGS_COMMON -gline-tables-only)

Completed in 22 milliseconds

1 2 3