OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vshift
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/arch/riscv/riscv/
pmap_machdep.c
281
pmap_md_grow(pmap_pdetab_t *ptb, vaddr_t va, vsize_t
vshift
,
287
const vsize_t vinc = 1UL <<
vshift
;
289
for (size_t i = (va >>
vshift
) & pdetab_mask;
292
&ptb->pde_pde[(va >>
vshift
) & pdetab_mask];
308
if (
vshift
> SEGSHIFT) {
310
vshift
- SEGLENGTH, remaining);
480
const vsize_t
vshift
= SEGSHIFT;
local
484
const size_t sidx = (sva >>
vshift
) & pdetab_mask;
riscv_machdep.c
604
const vsize_t
vshift
= XSEGSHIFT;
local
606
const vsize_t inc = 1UL <<
vshift
;
610
const size_t sidx = (sva >>
vshift
) & pdetab_mask;
611
const size_t eidx = (eva >>
vshift
) & pdetab_mask;
/src/sys/arch/aarch64/aarch64/
pmap_machdep.c
369
pmap_md_grow(pmap_pdetab_t *ptb, vaddr_t va, vsize_t
vshift
,
374
const vsize_t vinc = 1UL <<
vshift
;
376
for (size_t i = (va >>
vshift
) & pdetab_mask;
379
&ptb->pde_pde[(va >>
vshift
) & pdetab_mask];
395
if (
vshift
> SEGSHIFT) {
397
vshift
- SEGLENGTH, remaining);
/src/external/gpl3/binutils/dist/gas/config/
tc-msp430.c
291
: ((OP).
vshift
== 1 \
1911
int
vshift
= -1;
local
1927
vshift
= 0;
1933
vshift
= 1;
1939
vshift
= 2;
1945
vshift
= 3;
1951
vshift
= 0;
1957
vshift
= 1;
1967
op->
vshift
=
vshift
;
[
all
...]
rx-parse.y
1935
int
vshift
= 0;
1984
vshift
= 1;
1989
vshift
= 2;
1994
vshift
= 3;
2001
val >>=
vshift
;
rx-parse.c
5281
int
vshift
= 0;
local
5330
vshift
= 1;
5335
vshift
= 2;
5340
vshift
= 3;
5347
val >>=
vshift
;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-msp430.c
291
: ((OP).
vshift
== 1 \
1911
int
vshift
= -1;
local
1927
vshift
= 0;
1933
vshift
= 1;
1939
vshift
= 2;
1945
vshift
= 3;
1951
vshift
= 0;
1957
vshift
= 1;
1967
op->
vshift
=
vshift
;
[
all
...]
rx-parse.y
1935
int
vshift
= 0;
1984
vshift
= 1;
1989
vshift
= 2;
1994
vshift
= 3;
2001
val >>=
vshift
;
rx-parse.c
5281
int
vshift
= 0;
local
5330
vshift
= 1;
5335
vshift
= 2;
5340
vshift
= 3;
5347
val >>=
vshift
;
local
/src/external/gpl3/binutils/dist/include/opcode/
msp430.h
42
int
vshift
; /* Number of bytes to shift operand down. */
member in struct:msp430_operand_s
/src/external/gpl3/binutils.old/dist/include/opcode/
msp430.h
42
int
vshift
; /* Number of bytes to shift operand down. */
member in struct:msp430_operand_s
Completed in 51 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026