/kernel/linux/linux-6.6/drivers/xen/ |
H A D | evtchn.c | 85 struct per_user_data *user; member 165 struct per_user_data *u = evtchn->user; in evtchn_interrupt() 173 "Interrupt for port %u, but apparently not enabled; per-user %p\n", in evtchn_interrupt() 393 evtchn->user = u; in evtchn_bind_to_user()
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | vectors.S | 4 * This file contains all exception vectors (user, kernel, and double), 20 * We use a two-level table approach. The user and kernel exception vectors 41 * Note: Neither the kernel nor the user exception handler generate literals. 119 * to read data from an invalid address in user space. 126 * cases go through the double exception vector than through the user and 130 * happens when accessing user-space memory with the user's permissions 139 * zero indicates to use the default kernel/user exception handler. 187 * - Fixup handlers can jump to the default kernel and user exception 252 * We return to the instruction in user spac [all...] |
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | foomaticrip.c | 667 job->id, job->user, job->title, "1", job->optstr->data, in print_file() 770 strlcpy(job->user, passwd->pw_name, 128); in create_job() 771 snprintf(job->title, 2048, "%s@%s", job->user, job->host); in create_job()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_context.c | 129 if (nvc0->constbuf[s][i].user) in nvc0_memory_barrier() 209 if (!nvc0->constbuf[s][i].user) in nvc0_context_unreference_resources() 353 if (!nvc0->constbuf[s][i].user && in nvc0_invalidate_resource_storage()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_inlines.h | 249 dst->buffer.user = NULL; in pipe_vertex_buffer_unreference() 275 dst->buffer.user = src->buffer.user; in pipe_vertex_buffer_reference()
|
/third_party/python/Lib/test/ |
H A D | test_poplib.py | 97 self.push("-ERR no such user") 285 self.assertOK(self.client.user('guido')) 286 self.assertRaises(poplib.error_proto, self.client.user, 'invalid') 290 self.assertRaises(poplib.error_proto, self.client.user, 'invalid')
|
/third_party/spirv-tools/source/val/ |
H A D | validate_interfaces.cpp | 59 const auto user = uses[i]; in check_interface_variable() local 60 if (const Function* func = user->function()) { in check_interface_variable() 66 for (auto use : user->uses()) { in check_interface_variable()
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | elf.h | 124 * This yields a mask that user programs can use to figure out what 125 * instruction set this CPU supports. This could be done in user space, 164 xtregs_user_t user; member
|
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | user-offsets.c | 7 #include <sys/user.h>
|
/kernel/linux/linux-5.10/arch/arm/nwfpe/ |
H A D | entry.S | 33 the user code. If the emulator is unable to emulate the instruction, 35 user program with a core dump. 47 user registers into it. See /usr/include/asm/proc/ptrace.h for details. 54 executes the instruction, without returning to user space. In this 108 .Lfix: ret r9 @ let the user eat segfaults
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | sacos.S | 58 fmovel %d1,%fpcr | ...load user's rounding mode/precision
|
/kernel/linux/linux-5.10/arch/h8300/kernel/ |
H A D | process.c | 38 #include <linux/user.h>
|
/kernel/linux/linux-5.10/arch/alpha/oprofile/ |
H A D | common.c | 41 /* If the user has selected an interrupt frequency that is in op_handle_interrupt() 125 oprofilefs_create_ulong(dir, "user", &ctr[i].user); in op_axp_create_files()
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | fpu.c | 8 #include <asm/user.h> 178 /* First time FPU user. */ in do_fpu_context_switch()
|
/kernel/linux/linux-5.10/arch/mips/oprofile/ |
H A D | common.c | 53 oprofilefs_create_ulong(dir, "user", &ctr[i].user); in op_mips_create_files()
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | elf.h | 8 #include <asm/user.h> 120 /* This yields a mask that user programs can use to figure out what 121 instruction set this CPU supports. This could be done in user space,
|
/kernel/linux/common_modules/tzdriver/tui/ |
H A D | Makefile | 3 ifneq ($(TARGET_BUILD_VARIANT), user)
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | elf.h | 13 #include <asm/user.h>
|
/kernel/linux/linux-5.10/arch/x86/um/os-Linux/ |
H A D | registers.c | 11 #include <sys/user.h>
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | signature.c | 17 #include <keys/user-type.h>
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | elf.h | 14 #include <asm/user.h> 112 * exec-all : all PROT_READ user mappings are executable, except when 114 * exec-none : only PROT_EXEC user mappings are executable. 115 * exec-stack: only the stack and PROT_EXEC user mappings are executable.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | sacos.S | 58 fmovel %d1,%fpcr | ...load user's rounding mode/precision
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | elf.h | 14 #include <asm/user.h> 112 * exec-all : all PROT_READ user mappings are executable, except when 114 * exec-none : only PROT_EXEC user mappings are executable. 115 * exec-stack: only the stack and PROT_EXEC user mappings are executable.
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | sysret_rip.c | 21 #include <sys/user.h>
|
H A D | unwind_vdso.c | 40 #include <sys/user.h>
|