Searched refs:regular (Results 1 - 18 of 18) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c90 struct tcp_opt regular; member in union:__anon3717
103 write_opt.regular.kind = test_kind;
104 write_opt.regular.len = option_total_len(test_opt->flags);
105 write_opt.regular.data32 = 0;
106 write_test_option(test_opt, write_opt.regular.data);
107 err = bpf_store_hdr_opt(skops, &write_opt.regular,
108 sizeof(write_opt.regular), 0);
135 struct tcp_opt regular; member in union:__anon3718
150 search_opt.regular.kind = test_kind;
151 search_opt.regular
[all...]
/linux-master/tools/testing/selftests/exec/
H A DMakefile7 TEST_GEN_PROGS := execveat load_address_4096 load_address_2097152 load_address_16777216 non-regular
/linux-master/fs/freevxfs/
H A Dvxfs_inode.h117 #define vdi_fixextsize vdi_ftarea.regular.fixextsize
/linux-master/arch/xtensa/kernel/
H A Dvectors.S36 * indicate that the exception is either a double or a regular exception:
39 * < VALID_DOUBLE_EXCEPTION_ADDRESS: regular exception
79 s32i a0, a2, PT_DEPC # mark it as a regular exception
106 s32i a0, a2, PT_DEPC # mark it as a regular exception
170 * - Fixup entry conditions differ from regular exceptions:
255 * registers to return as if we were coming from a regular exception
273 s32i a0, a2, PT_DEPC # mark it as a regular exception
364 * registers to return as if we were coming from a regular exception
H A Dalign.S160 * < VALID_DOUBLE_EXCEPTION_ADDRESS: regular exception
223 * < VALID_DOUBLE_EXCEPTION_ADDRESS: regular exception
555 s32i a0, a2, PT_DEPC # mark as a regular exception
H A Dentry.S110 * < VALID_DOUBLE_EXCEPTION_ADDRESS: regular exception
265 * < VALID_DOUBLE_EXCEPTION_ADDRESS: regular exception
823 s32i a0, a2, PT_DEPC # mark it as a regular exception
1005 * < VALID_DOUBLE_EXCEPTION_ADDRESS: regular exception
1144 * < VALID_DOUBLE_EXCEPTION_ADDRESS: regular exception
1610 * < VALID_DOUBLE_EXCEPTION_ADDRESS: regular exception
1824 * < VALID_DOUBLE_EXCEPTION_ADDRESS: regular exception
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S483 * exception), which effectively wants regular exception dispatch
/linux-master/tools/scripts/
H A Dutilities.mak65 # NOTE: The escape is used directly as an extended regular
/linux-master/drivers/cpufreq/
H A DKconfig.x86321 and is thus considered dangerous. Please use the regular ACPI cpufreq
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v8_0.c7162 struct vi_ce_ib_state regular; member in union:__anon175
7173 cnt_ce = (sizeof(ce_payload.regular) >> 2) + 4 - 2;
7191 struct vi_de_ib_state regular; member in union:__anon176
7203 de_payload.regular.gds_backup_addrlo = lower_32_bits(gds_addr);
7204 de_payload.regular.gds_backup_addrhi = upper_32_bits(gds_addr);
7206 cnt_de = (sizeof(de_payload.regular) >> 2) + 4 - 2;
/linux-master/net/wireless/
H A Dnl80211.c13581 bool regular = false; local
13608 regular = true;
13615 regular = true;
13625 regular = true;
13632 regular = true;
13639 regular = true;
13646 regular = true;
13655 regular = true;
13724 regular = true;
13733 regular
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm157 s_branch L_SKIP_RESTORE //NOT restore. might be a regular trap or save
H A Dcwsr_trap_handler_gfx9.asm193 s_branch L_SKIP_RESTORE //NOT restore. might be a regular trap or save
H A Dcwsr_trap_handler_gfx10.asm191 s_branch L_SKIP_RESTORE //NOT restore. might be a regular trap or save
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S8521 bra.w LOGBGN # begin regular log(X)
8543 bra.w LOGBGN # begin regular log(X)
11548 # instruction won't cause an exception. Use the regular fmul to #
11549 # compute a result. Check if the regular operands would have taken #
12042 # Norms can be emulated w/ a regular fmove instruction. For #
12365 # instruction won't cause an exception. Use the regular fdiv to #
12366 # compute a result. Check if the regular operands would have taken #
13950 # instruction won't cause an exception. Use the regular fsglmul to #
13951 # compute a result. Check if the regular operands would have taken #
14291 # instruction won't cause an exception. Use the regular fsgldi
[all...]
/linux-master/kernel/sched/
H A Dfair.c8730 enum fbq_type { regular, remote, all }; enumerator in enum:fbq_type
10126 return regular;
10135 return regular;
10148 return regular;
10996 * - regular: there are !numa tasks
11705 * Decay the newidle max times here because this is a regular
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h3336 struct igu_regular regular; member in union:igu_consprod_reg
3996 * regular eth FP CQE parameters struct
4461 * Tx regular BD structure
/linux-master/scripts/
H A Dcheckpatch.pl105 -f, --file treat FILE as regular source file
931 # Load common spelling mistakes and build regular expression list.

Completed in 406 milliseconds