HomeSort by: relevance | last modified time | path
    Searched defs:lpc (Results 1 - 11 of 11) sorted by relevancy

  /src/lib/csu/arch/hppa/
crt0.S 50 bl L$lpc, %r27
52 L$lpc: addil L'_GLOBAL_OFFSET_TABLE_ - ($PIC_pcrel$0 - 8), %r27
  /src/tests/kernel/arch/hppa/
execsp.S 60 bl L$lpc, %r27
62 L$lpc: addil L'_GLOBAL_OFFSET_TABLE_ - ($PIC_pcrel$0 - 8), %r27
  /src/sys/arch/arm/gemini/
lpc_com.c 91 struct gemini_lpc_attach_args *lpc = aux; local
98 if (lpc->lpc_addr == LPCCF_LDN_DEFAULT
99 || lpc->lpc_addr == LPCCF_ADDR_DEFAULT)
103 if ((lpc->lpc_intr != LPCCF_INTR_DEFAULT) && (lpc->lpc_intr > 0xff))
104 panic("lpc_com: bad intr %d", lpc->lpc_intr);
106 if (lpc->lpc_size == LPCCF_SIZE_DEFAULT)
107 lpc->lpc_size = IT8712F_UART_SIZE;
109 iobase = lpc->lpc_base + lpc->lpc_addr
156 struct gemini_lpc_attach_args *lpc = aux; local
    [all...]
gemini_lpc.c 42 CFATTACH_DECL_NEW(lpc, sizeof(struct gemini_lpc_softc),
58 struct gemini_lpc_attach_args *lpc = aux; local
60 if (lpc->lpc_addr == LPCCF_ADDR_DEFAULT)
61 panic("lpc must have addr specified in config.");
123 gemini_lpc_attach_args_t lpc; local
125 lpc.lpc_ldn = cf->cf_loc[LPCCF_LDN];
126 lpc.lpc_addr = cf->cf_loc[LPCCF_ADDR];
127 lpc.lpc_size = cf->cf_loc[LPCCF_SIZE];
128 lpc.lpc_intr = cf->cf_loc[LPCCF_INTR];
129 lpc.lpc_iot = sc->sc_iot
144 struct gemini_lpc_attach_args *lpc = aux; local
    [all...]
  /src/sys/sys/
gmon.h 43 u_long lpc; /* base pc address of sample buffer */ member in struct:gmonhdr
  /src/external/gpl3/gcc/dist/libgcc/config/sol2/
gmon.c 51 char *lpc; member in struct:phdr
138 ((struct phdr *) buffer)->lpc = lowpc;
  /src/external/gpl3/gcc.old/dist/libgcc/config/sol2/
gmon.c 51 char *lpc; member in struct:phdr
138 ((struct phdr *) buffer)->lpc = lowpc;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hubp.c 1111 enum cursor_lines_per_chunk lpc = hubp1_get_lines_per_chunk( local
1128 CURSOR_LINES_PER_CHUNK, lpc);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hubp.c 582 enum cursor_lines_per_chunk lpc = hubp2_get_lines_per_chunk( local
600 CURSOR_LINES_PER_CHUNK, lpc);
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 4081 label_prologue_count *lpc = unwind.saved_prologue_counts; local
4083 while (lpc != NULL && lpc->label_number != lbl)
4084 lpc = lpc->next;
4086 if (lpc != NULL)
4087 return lpc->prologue_count;
4096 label_prologue_count *lpc = unwind.saved_prologue_counts; local
4098 while (lpc != NULL && lpc->label_number != lbl
4117 label_prologue_count *lpc = unwind.saved_prologue_counts; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 4081 label_prologue_count *lpc = unwind.saved_prologue_counts; local
4083 while (lpc != NULL && lpc->label_number != lbl)
4084 lpc = lpc->next;
4086 if (lpc != NULL)
4087 return lpc->prologue_count;
4096 label_prologue_count *lpc = unwind.saved_prologue_counts; local
4098 while (lpc != NULL && lpc->label_number != lbl
4117 label_prologue_count *lpc = unwind.saved_prologue_counts; local
    [all...]

Completed in 42 milliseconds