/linux/scripts/gdb/linux/ |
A D | proc.py | 15 from linux import constants 121 FS_INFO = {constants.LX_SB_SYNCHRONOUS: ",sync", 122 constants.LX_SB_MANDLOCK: ",mand", 123 constants.LX_SB_DIRSYNC: ",dirsync", 124 constants.LX_SB_NOATIME: ",noatime", 127 MNT_INFO = {constants.LX_MNT_NOSUID: ",nosuid", 128 constants.LX_MNT_NODEV: ",nodev", 129 constants.LX_MNT_NOEXEC: ",noexec", 130 constants.LX_MNT_NOATIME: ",noatime", 132 constants.LX_MNT_RELATIME: ",relatime"} [all …]
|
A D | timerlist.py | 8 from linux import constants 59 text += " .resolution: {} nsecs\n".format(constants.LX_hrtimer_resolution) 62 if constants.LX_CONFIG_HIGH_RES_TIMERS: 80 if constants.LX_CONFIG_HIGH_RES_TIMERS: 90 if constants.LX_CONFIG_TICK_ONESHOT: 153 if constants.LX_NR_CPUS > 1: 196 if constants.LX_CONFIG_GENERIC_CLOCKEVENTS: 197 if constants.LX_CONFIG_GENERIC_CLOCKEVENTS_BROADCAST: 204 if constants.LX_CONFIG_TICK_ONESHOT:
|
A D | Makefile | 21 always-y += constants.py 22 $(obj)/constants.py: $(src)/constants.py.in FORCE
|
A D | clk.py | 8 from linux import utils, lists, constants 38 '(c)' if clk['flags'] & constants.LX_CLK_GET_RATE_NOCACHE else ' '))
|
A D | .gitignore | 4 constants.py
|
A D | .constants.py.cmd | 1 …constants.py := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/b… 3 source_scripts/gdb/linux/constants.py := scripts/gdb/linux/constants.py.in 5 deps_scripts/gdb/linux/constants.py := \ 853 scripts/gdb/linux/constants.py: $(deps_scripts/gdb/linux/constants.py) 855 $(deps_scripts/gdb/linux/constants.py):
|
A D | constants.py.in | 4 * Kernel constants derived from include files.
|
/linux/drivers/video/fbdev/aty/ |
A D | aty128fb.c | 913 par->constants.ppll_max, par->constants.ppll_min, in aty128_get_pllinfo() 914 par->constants.xclk, par->constants.ref_divider, in aty128_get_pllinfo() 915 par->constants.ref_clk); in aty128_get_pllinfo() 958 if (!par->constants.ref_clk) in aty128_timings() 959 par->constants.ref_clk = 2950; in aty128_timings() 967 par->constants.xclk = round_div((2 * Nx * par->constants.ref_clk), in aty128_timings() 970 par->constants.ref_divider = in aty128_timings() 984 if (!par->constants.ppll_min) in aty128_timings() 986 if (!par->constants.ppll_max) in aty128_timings() 988 if (!par->constants.xclk) in aty128_timings() [all …]
|
/linux/lib/ |
A D | strnlen_user.c | 25 const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; in do_strnlen_user() local 42 if (has_zero(c, &data, &constants)) { in do_strnlen_user() 43 data = prep_zero_mask(c, data, &constants); in do_strnlen_user()
|
A D | strncpy_from_user.c | 31 const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; in do_strncpy_from_user() local 54 if (has_zero(c, &data, &constants)) { in do_strncpy_from_user() 55 data = prep_zero_mask(c, data, &constants); in do_strncpy_from_user()
|
A D | string.c | 177 const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; in strscpy() local 204 if (has_zero(c, &data, &constants)) { in strscpy() 205 data = prep_zero_mask(c, data, &constants); in strscpy()
|
/linux/lib/mpi/ |
A D | mpiutil.c | 24 static MPI constants[MPI_NUMBER_OF_CONSTANTS]; variable 58 constants[idx] = mpi_alloc_set_ui(value); in mpi_init() 59 constants[idx]->flags = (16|32); in mpi_init() 74 if (!constants[no]) in mpi_const() 76 return constants[no]; in mpi_const()
|
/linux/drivers/scsi/aic7xxx/aicasm/ |
A D | aicasm_symbol.c | 469 symlist_t constants; in symtable_dump() local 486 SLIST_INIT(&constants); in symtable_dump() 508 symlist_add(&constants, cursym, in symtable_dump() 651 while (SLIST_FIRST(&constants) != NULL) { in symtable_dump() 654 curnode = SLIST_FIRST(&constants); in symtable_dump() 655 SLIST_REMOVE_HEAD(&constants, links); in symtable_dump()
|
/linux/drivers/crypto/cavium/zip/ |
A D | zip_main.c | 123 union zip_constants constants; in zip_init_hw() local 141 constants.u_reg64 = zip_reg_read(zip->reg_base + ZIP_CONSTANTS); in zip_init_hw() 142 zip->depth = constants.s.depth; in zip_init_hw() 143 zip->onfsize = constants.s.onfsize; in zip_init_hw() 144 zip->ctxsize = constants.s.ctxsize; in zip_init_hw()
|
/linux/scripts/coccinelle/misc/ |
A D | orplus.cocci | 2 /// Check for constants that are added but are used elsewhere as bitmasks 4 /// bits in the two constants are actually disjoint.
|
/linux/scripts/gdb/ |
A D | vmlinux-gdb.py | 35 import linux.constants
|
/linux/arch/arm64/tools/ |
A D | cpucaps | 3 # Internal CPU capabilities constants, keep this list sorted
|
/linux/Documentation/driver-api/ |
A D | mtdnand.rst | 360 Functions and constants 521 predefined constants from rawnand.h to define the options. 633 file include/mtd/mtd-abi.h contains constants to select ecc and 839 This chapter describes the constants which might be relevant for a 842 Chip option constants 848 These constants are defined in rawnand.h. They are OR-ed together to 879 ECC selection constants 882 Use these constants to select the ECC algorithm:: 898 Hardware control related constants 922 Bad block table related constants [all …]
|
/linux/Documentation/devicetree/bindings/arm/ |
A D | coresight-cti.yaml | 53 constants defined in <dt-bindings/arm/coresight-cti-dt.h> 154 List of constants representing the types for the CTI trigger in 171 List of constants representing the types for the CTI trigger out 250 # Shows use of type constants from dt-bindings/arm/coresight-cti-dt.h
|
/linux/Documentation/pcmcia/ |
A D | driver.rst | 17 a bitwise or-ed combination from PCMCIA_DEV_ID_MATCH_* constants
|
/linux/Documentation/gpu/ |
A D | vga-switcheroo.rst | 43 Public constants
|
/linux/Documentation/xtensa/ |
A D | booting.rst | 7 tag value constants. First entry in the list must have type BP_TAG_FIRST, last
|
/linux/Documentation/i2c/ |
A D | functionality.rst | 18 For the most up-to-date list of functionality constants, please check 122 thumb, the functionality constants you test for with
|
/linux/arch/powerpc/crypto/ |
A D | crc32c-vpmsum_asm.S | 14 .constants: label
|
A D | crct10dif-vpmsum_asm.S | 18 .constants: label
|