/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | trampoline.c | 49 si->si_addr = (void *) state->basic.eip; in fill_siginfo() 133 memcpy (&state->basic, &ss->context->sc_i386_thread_state, in _hurd_setup_sighandler() 134 sizeof (state->basic)); in _hurd_setup_sighandler() 147 state->basic.esp = state->basic.uesp; in _hurd_setup_sighandler() 160 if (state->basic.eip >= (int) &_hurd_intr_rpc_msg_cx_sp in _hurd_setup_sighandler() 161 && state->basic.eip < (int) &_hurd_intr_rpc_msg_sp_restored) in _hurd_setup_sighandler() 166 state->basic.uesp = state->basic.ecx; in _hurd_setup_sighandler() 175 sigsp = (char *) state->basic.uesp; in _hurd_setup_sighandler() 218 &state->basic, sizeof (state->basic)); in _hurd_setup_sighandler() 273 struct mach_msg_trap_args *args = (void *) state->basic.esp; in _hurd_setup_sighandler() [all …]
|
D | localplt.data | 16 # The dynamic linker has its own versions of basic functions for initial loading
|
D | tls.h | 275 ({ int __sel = (thread_state)->basic.gs; \
|
/glibc-2.36/sysdeps/x86/ |
D | dl-cacheinfo.h | 199 unsigned int family = cpu_features->basic.family; in intel_check_word() 200 unsigned int model = cpu_features->basic.model; in intel_check_word() 252 unsigned int maxidx = cpu_features->basic.max_cpuid; in handle_intel() 496 int max_cpuid = cpu_features->basic.max_cpuid; in get_common_cache_info() 497 unsigned int family = cpu_features->basic.family; in get_common_cache_info() 498 unsigned int model = cpu_features->basic.model; in get_common_cache_info() 507 if (cpu_features->basic.kind == arch_kind_zhaoxin && family == 6) in get_common_cache_info() 544 if (cpu_features->basic.kind == arch_kind_intel in get_common_cache_info() 648 if (cpu_features->basic.kind == arch_kind_intel in get_common_cache_info() 722 if (cpu_features->basic.kind == arch_kind_intel) in dl_init_cacheinfo() [all …]
|
D | dl-diagnostics-cpu.c | 48 print_cpu_features_value ("basic.kind", cpu_features->basic.kind); in _dl_diagnostics_cpu() 49 print_cpu_features_value ("basic.max_cpuid", cpu_features->basic.max_cpuid); in _dl_diagnostics_cpu() 50 print_cpu_features_value ("basic.family", cpu_features->basic.family); in _dl_diagnostics_cpu() 51 print_cpu_features_value ("basic.model", cpu_features->basic.model); in _dl_diagnostics_cpu() 52 print_cpu_features_value ("basic.stepping", cpu_features->basic.stepping); in _dl_diagnostics_cpu()
|
D | cpu-features.c | 218 if (cpu_features->basic.max_cpuid >= 0xd) in update_active() 348 if (cpu_features->basic.max_cpuid >= 7) in get_common_indices() 362 if (cpu_features->basic.max_cpuid >= 0xd) in get_common_indices() 369 if (cpu_features->basic.max_cpuid >= 0x14) in get_common_indices() 376 if (cpu_features->basic.max_cpuid >= 0x19) in get_common_indices() 415 __cpuid (0, cpu_features->basic.max_cpuid, ebx, ecx, edx); in init_cpu_features() 698 cpu_features->basic.kind = kind; in init_cpu_features() 699 cpu_features->basic.family = family; in init_cpu_features() 700 cpu_features->basic.model = model; in init_cpu_features() 701 cpu_features->basic.stepping = stepping; in init_cpu_features() [all …]
|
D | tst-cpu-features-cpuinfo.c | 164 if (cpu_features->basic.kind == arch_kind_intel) in do_test() 169 else if (cpu_features->basic.kind == arch_kind_amd) in do_test() 246 if (cpu_features->basic.kind == arch_kind_intel) in do_test() 248 else if (cpu_features->basic.kind == arch_kind_amd) in do_test()
|
D | dl-get-cpu-features.c | 39 if (cpu_features->basic.kind == arch_kind_unknown) in _dl_x86_init_cpu_features()
|
/glibc-2.36/hurd/ |
D | hurdsig.c | 433 if (state->basic.PC >= (natural_t) &_hurd_intr_rpc_msg_about_to in _hurdsig_abort_rpcs() 434 && state->basic.PC < (natural_t) &_hurd_intr_rpc_msg_in_trap) in _hurdsig_abort_rpcs() 439 INTR_MSG_BACK_OUT (&state->basic); in _hurdsig_abort_rpcs() 440 MACHINE_THREAD_STATE_SET_PC (&state->basic, in _hurdsig_abort_rpcs() 442 state->basic.SYSRETURN = MACH_SEND_INTERRUPTED; in _hurdsig_abort_rpcs() 445 else if (state->basic.PC == (natural_t) &_hurd_intr_rpc_msg_in_trap in _hurdsig_abort_rpcs() 449 && state->basic.SYSRETURN == MACH_RCV_INTERRUPTED) in _hurdsig_abort_rpcs() 481 state->basic.SYSRETURN = EINTR; in _hurdsig_abort_rpcs() 546 state->basic.SYSRETURN = EINTR; in abort_all_rpcs() 553 (natural_t *) &state->basic, in abort_all_rpcs() [all …]
|
D | thread-cancel.c | 70 (natural_t *) &state.basic, in hurd_thread_cancel()
|
/glibc-2.36/math/ |
D | Makefile | 98 libm-narrow-types-basic = s_fF s_f32xFf64 102 libm-narrow-types = $(libm-narrow-types-basic) \ 118 types-basic = $(type-ldouble-$(long-double-fcts)) double float 122 test-types-basic = ldouble double float 154 types = $(types-basic) $(type-float128-$(float128-fcts)) 155 test-types = $(test-types-basic) $(type-float128-$(float128-fcts)) \ 177 type-basic-foreach = $(foreach t, $(types-basic), \ 184 $(call type-basic-foreach, \ 237 tests = test-matherr-3 test-fenv basic-test \
|
/glibc-2.36/sysdeps/generic/ |
D | thread_state.h | 50 struct <machine>_thread_state basic;
|
/glibc-2.36/sysdeps/mach/i386/ |
D | thread_state.h | 47 struct i386_thread_state basic; member
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86/ |
D | dl-minsigstacksize.h | 27 if (cpu_features->basic.max_cpuid >= 0xd in dl_check_minsigstacksize()
|
/glibc-2.36/sysdeps/mach/ |
D | thread_state.h | 84 (natural_t *) &state->basic, in machine_get_basic_state()
|
/glibc-2.36/sysdeps/pthread/ |
D | Makefile | 52 tests += tst-cnd-basic tst-mtx-trylock tst-cnd-broadcast \ 53 tst-cnd-timedwait tst-thrd-detach tst-mtx-basic tst-thrd-sleep \ 54 tst-mtx-recursive tst-tss-basic tst-call-once tst-mtx-timedlock \
|
/glibc-2.36/resolv/ |
D | Makefile | 92 tst-resolv-basic \ 261 $(objpfx)tst-resolv-basic: $(objpfx)libresolv.so $(shared-thread-library)
|
/glibc-2.36/manual/ |
D | io.texi | 20 @ref{Low-Level I/O}, which covers the basic I/O and control 29 @ref{Pipes and FIFOs}, which includes information on the basic interprocess 43 * I/O Concepts:: Some basic information and terminology. 78 basic mechanisms for representing the connection between your program
|
D | socket.texi | 489 @standards{IPv6 basic API, net/if.h} 503 @standards{IPv6 basic API, net/if.h} 515 @standards{IPv6 basic API, net/if.h} 530 @standards{IPv6 basic API, net/if.h} 574 @standards{IPv6 basic API, net/if.h} 994 The following basic definitions for Internet addresses are declared in 1036 @standards{IPv6 basic API, netinet/in.h} 1042 @standards{IPv6 basic API, netinet/in.h} 1050 @standards{IPv6 basic API, netinet/in.h} 1177 @standards{IPv6 basic API, arpa/inet.h} [all …]
|
D | maint.texi | 36 The basic variables that a subdirectory makefile defines are: 596 (including @gnuhurdsystems{}). Other basic operating systems
|
D | creature.texi | 324 for basic functionality (e.g.@: @code{getchar}) to be thread-safe.
|
/glibc-2.36/elf/ |
D | rtld-Rules | 95 # These are the basic compilation rules corresponding to the Makerules ones.
|
/glibc-2.36/benchtests/ |
D | README | 6 basic performance properties of the function.
|
/glibc-2.36/sysdeps/x86/include/ |
D | cpu-features.h | 865 struct cpu_features_basic basic; member
|
/glibc-2.36/localedata/charmaps/ |
D | ISO_8859-1,GL | 213 # defined using basic character symbolic name, followed by the
|